Html Css Color HEX #CFF077 Sulu

📋 copy color: '#CFF077'

red 207 ◦ green 240 ◦ blue 119

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

Shades of Sulu #CFF077

Tints of Sulu #CFF077

RGB

 RED value IS 207 (81.25% from 255) = 36.57%

 GREEN value IS 240 (94.14% from 255) = 42.4%

 BLUE value IS 119 (46.88% from 255) = 21.02%

R = 36.57%
G = 42.4%
B = 21.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#CFF077 (or 0xCFF077) is known color: Sulu. HEX triplet: CF, F0 and 77. RGB value is (207,240,119). Sum of RGB (Red+Green+Blue) = 207+240+119=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF077 is #300F88. Grayscale: #D8D8D8. Windows color (decimal): -3149705 or 7860431. OLE color: 7860431.

HSL color Cylindrical-coordinate representation of color #CFF077: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF077 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 119 -
CMYK 0.14 0 0.50 0.06
HSL 76.36º 0.8% 0.7% -
HSV(B) 76.36º 0.5% 0.94% -
XYZ 60.22 76.92 29.13 -
YUV 216.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 207 240 119 0.14 0 0.50 0.06 76.36 0.8 0.7
Hex CF F0 77 E 0 32 6 4C 50 46
Octal 317 360 167 16 0 62 6 114 120 106
Binary 11001111 11110000 1110111 1110 0 110010 110 1001100 1010000 1000110

Color Harmonies of #CFF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF077

Black with #CFF077

Text Example


Text Example

White with #CFF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF077; }

 p { color: rgb(207,240,119); }

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

background-color css

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

 a { background-color: rgb(207,240,119); }

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

border-color css

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

 span { border-color: rgb(207,240,119); }

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