Html Css Color HEX #CFF276 Sulu

📋 copy color: '#CFF276'

red 207 ◦ green 242 ◦ blue 118

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

Shades of Sulu #CFF276

Tints of Sulu #CFF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.68%

 BLUE value IS 118 (46.48% from 255) = 20.81%

R = 36.51%
G = 42.68%
B = 20.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CFF276 (or 0xCFF276) is known color: Sulu. HEX triplet: CF, F2 and 76. RGB value is (207,242,118). Sum of RGB (Red+Green+Blue) = 207+242+118=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF276 is #300D89. Grayscale: #D9D9D9. Windows color (decimal): -3149194 or 7795407. OLE color: 7795407.

HSL color Cylindrical-coordinate representation of color #CFF276: hue angle of 76.94º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFF276 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 118 -
CMYK 0.14 0 0.51 0.05
HSL 76.94º 0.83% 0.71% -
HSV(B) 76.94º 0.51% 0.95% -
XYZ 60.75 78.08 29.01 -
YUV 217.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 207 242 118 0.14 0 0.51 0.05 76.94 0.83 0.71
Hex CF F2 76 E 0 33 5 4D 53 47
Octal 317 362 166 16 0 63 5 115 123 107
Binary 11001111 11110010 1110110 1110 0 110011 101 1001101 1010011 1000111

Color Harmonies of #CFF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF276

Black with #CFF276

Text Example


Text Example

White with #CFF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF276; }

 p { color: rgb(207,242,118); }

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

background-color css

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

 a { background-color: rgb(207,242,118); }

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

border-color css

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

 span { border-color: rgb(207,242,118); }

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