Html Css Color HEX #C6FF65 Sulu

📋 copy color: '#C6FF65'

red 198 ◦ green 255 ◦ blue 101

#C6FF65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #C6FF65

Tints of Sulu #C6FF65

RGB

 RED value IS 198 (77.73% from 255) = 35.74%

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 101 (39.84% from 255) = 18.23%

R = 35.74%
G = 46.03%
B = 18.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6FF65 (or 0xC6FF65) is known color: Sulu. HEX triplet: C6, FF and 65. RGB value is (198,255,101). Sum of RGB (Red+Green+Blue) = 198+255+101=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF65 is #39009A. Grayscale: #DCDCDC. Windows color (decimal): -3735707 or 6684614. OLE color: 6684614.

HSL color Cylindrical-coordinate representation of color #C6FF65: hue angle of 82.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6FF65 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 198 255 101 -
CMYK 0.22 0 0.60 0
HSL 82.21º 1% 0.7% -
HSV(B) 82.21º 0.6% 1% -
XYZ 61.4 84.47 25.38 -
YUV 220.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 198 255 101 0.22 0 0.60 0 82.21 1 0.7
Hex C6 FF 65 16 0 3C 0 52 64 46
Octal 306 377 145 26 0 74 0 122 144 106
Binary 11000110 11111111 1100101 10110 0 111100 0 1010010 1100100 1000110

Color Harmonies of #C6FF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FF65

Black with #C6FF65

Text Example


Text Example

White with #C6FF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FF65; }

 p { color: rgb(198,255,101); }

 H1.HeaderClassName
 {
   color: #C6FF65;
 }
 .AnyTagClassName
 {
   color: #C6FF65;
 }
</style>

background-color css

<style>
 a { background-color: #C6FF65; }

 a { background-color: rgb(198,255,101); }

 div.DivClassName
 {
   background-color: #C6FF65;
 }
 .BgClassName
 {
   background-color: #C6FF65;
 }
</style>

border-color css

<style>
 span { border-color: #C6FF65; }

 span { border-color: rgb(198,255,101); }

 td.TdClassName
 {
   border-color: #C6FF65;
 }
 .TagClassName
 {
   border-color: #C6FF65;
 }
</style>