Html Css Color HEX #CEF472 Sulu

📋 copy color: '#CEF472'

red 206 ◦ green 244 ◦ blue 114

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

Shades of Sulu #CEF472

Tints of Sulu #CEF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.26%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 36.52%
G = 43.26%
B = 20.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#CEF472 (or 0xCEF472) is known color: Sulu. HEX triplet: CE, F4 and 72. RGB value is (206,244,114). Sum of RGB (Red+Green+Blue) = 206+244+114=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF472 is #310B8D. Grayscale: #DADADA. Windows color (decimal): -3214222 or 7533774. OLE color: 7533774.

HSL color Cylindrical-coordinate representation of color #CEF472: hue angle of 77.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEF472 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 244 114 -
CMYK 0.16 0 0.53 0.04
HSL 77.54º 0.86% 0.7% -
HSV(B) 77.54º 0.53% 0.96% -
XYZ 60.84 79.04 27.97 -
YUV 217.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 206 244 114 0.16 0 0.53 0.04 77.54 0.86 0.7
Hex CE F4 72 10 0 35 4 4E 56 46
Octal 316 364 162 20 0 65 4 116 126 106
Binary 11001110 11110100 1110010 10000 0 110101 100 1001110 1010110 1000110

Color Harmonies of #CEF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF472

Black with #CEF472

Text Example


Text Example

White with #CEF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF472; }

 p { color: rgb(206,244,114); }

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

background-color css

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

 a { background-color: rgb(206,244,114); }

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

border-color css

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

 span { border-color: rgb(206,244,114); }

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