Html Css Color HEX #CEF870 Sulu

📋 copy color: '#CEF870'

red 206 ◦ green 248 ◦ blue 112

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

Shades of Sulu #CEF870

Tints of Sulu #CEF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.82%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 36.4%
G = 43.82%
B = 19.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#CEF870 (or 0xCEF870) is known color: Sulu. HEX triplet: CE, F8 and 70. RGB value is (206,248,112). Sum of RGB (Red+Green+Blue) = 206+248+112=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF870 is #31078F. Grayscale: #DCDCDC. Windows color (decimal): -3213200 or 7403726. OLE color: 7403726.

HSL color Cylindrical-coordinate representation of color #CEF870: hue angle of 78.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEF870 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 112 -
CMYK 0.17 0 0.55 0.03
HSL 78.53º 0.91% 0.71% -
HSV(B) 78.53º 0.55% 0.97% -
XYZ 61.95 81.43 27.78 -
YUV 219.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 206 248 112 0.17 0 0.55 0.03 78.53 0.91 0.71
Hex CE F8 70 11 0 37 3 4F 5B 47
Octal 316 370 160 21 0 67 3 117 133 107
Binary 11001110 11111000 1110000 10001 0 110111 11 1001111 1011011 1000111

Color Harmonies of #CEF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF870

Black with #CEF870

Text Example


Text Example

White with #CEF870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF870; }

 p { color: rgb(206,248,112); }

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

background-color css

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

 a { background-color: rgb(206,248,112); }

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

border-color css

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

 span { border-color: rgb(206,248,112); }

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