Html Css Color HEX #CEF278 Sulu

📋 copy color: '#CEF278'

red 206 ◦ green 242 ◦ blue 120

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

Shades of Sulu #CEF278

Tints of Sulu #CEF278

RGB

 RED value IS 206 (80.86% from 255) = 36.27%

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

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

R = 36.27%
G = 42.61%
B = 21.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#CEF278 (or 0xCEF278) is known color: Sulu. HEX triplet: CE, F2 and 78. RGB value is (206,242,120). Sum of RGB (Red+Green+Blue) = 206+242+120=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF278 is #310D87. Grayscale: #D9D9D9. Windows color (decimal): -3214728 or 7926478. OLE color: 7926478.

HSL color Cylindrical-coordinate representation of color #CEF278: hue angle of 77.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF278 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 120 -
CMYK 0.15 0 0.50 0.05
HSL 77.7º 0.82% 0.71% -
HSV(B) 77.7º 0.5% 0.95% -
XYZ 60.6 77.98 29.63 -
YUV 217.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 206 242 120 0.15 0 0.50 0.05 77.7 0.82 0.71
Hex CE F2 78 F 0 32 5 4E 52 47
Octal 316 362 170 17 0 62 5 116 122 107
Binary 11001110 11110010 1111000 1111 0 110010 101 1001110 1010010 1000111

Color Harmonies of #CEF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF278

Black with #CEF278

Text Example


Text Example

White with #CEF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF278; }

 p { color: rgb(206,242,120); }

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

background-color css

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

 a { background-color: rgb(206,242,120); }

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

border-color css

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

 span { border-color: rgb(206,242,120); }

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