Html Css Color HEX #CFF078 Sulu

📋 copy color: '#CFF078'

red 207 ◦ green 240 ◦ blue 120

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

Shades of Sulu #CFF078

Tints of Sulu #CFF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.16%

R = 36.51%
G = 42.33%
B = 21.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#CFF078 (or 0xCFF078) is known color: Sulu. HEX triplet: CF, F0 and 78. RGB value is (207,240,120). Sum of RGB (Red+Green+Blue) = 207+240+120=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF078 is #300F87. Grayscale: #D8D8D8. Windows color (decimal): -3149704 or 7925967. OLE color: 7925967.

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

Color convert

RGB 207 240 120 -
CMYK 0.14 0 0.5 0.06
HSL 76.5º 0.8% 0.71% -
HSV(B) 76.5º 0.5% 0.94% -
XYZ 60.28 76.94 29.44 -
YUV 216.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 207 240 120 0.14 0 0.5 0.06 76.5 0.8 0.71
Hex CF F0 78 E 0 32 6 4C 50 47
Octal 317 360 170 16 0 62 6 114 120 107
Binary 11001111 11110000 1111000 1110 0 110010 110 1001100 1010000 1000111

Color Harmonies of #CFF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF078

Black with #CFF078

Text Example


Text Example

White with #CFF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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