Html Css Color HEX #CEF772 Sulu

📋 copy color: '#CEF772'

red 206 ◦ green 247 ◦ blue 114

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

Shades of Sulu #CEF772

Tints of Sulu #CEF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.56%

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

R = 36.33%
G = 43.56%
B = 20.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#CEF772 (or 0xCEF772) is known color: Sulu. HEX triplet: CE, F7 and 72. RGB value is (206,247,114). Sum of RGB (Red+Green+Blue) = 206+247+114=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF772 is #31088D. Grayscale: #DCDCDC. Windows color (decimal): -3213454 or 7534542. OLE color: 7534542.

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

Color convert

RGB 206 247 114 -
CMYK 0.17 0 0.54 0.03
HSL 78.5º 0.89% 0.71% -
HSV(B) 78.5º 0.54% 0.97% -
XYZ 61.75 80.86 28.27 -
YUV 219.58 68.42 118.31 -
System Red Green Blue C M Y K H S L
Decimal 206 247 114 0.17 0 0.54 0.03 78.5 0.89 0.71
Hex CE F7 72 11 0 36 3 4E 59 47
Octal 316 367 162 21 0 66 3 116 131 107
Binary 11001110 11110111 1110010 10001 0 110110 11 1001110 1011001 1000111

Color Harmonies of #CEF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF772

Black with #CEF772

Text Example


Text Example

White with #CEF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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