Html Css Color HEX #CEF572 Sulu

📋 copy color: '#CEF572'

red 206 ◦ green 245 ◦ blue 114

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

Shades of Sulu #CEF572

Tints of Sulu #CEF572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.36%

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

R = 36.46%
G = 43.36%
B = 20.18%

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

#CEF572 (or 0xCEF572) is known color: Sulu. HEX triplet: CE, F5 and 72. RGB value is (206,245,114). Sum of RGB (Red+Green+Blue) = 206+245+114=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF572 is #310A8D. Grayscale: #DADADA. Windows color (decimal): -3213966 or 7534030. OLE color: 7534030.

HSL color Cylindrical-coordinate representation of color #CEF572: hue angle of 77.86º degrees, saturation: 0.87, 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 #CEF572 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 114 -
CMYK 0.16 0 0.53 0.04
HSL 77.86º 0.87% 0.7% -
HSV(B) 77.86º 0.53% 0.96% -
XYZ 61.14 79.64 28.07 -
YUV 218.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 206 245 114 0.16 0 0.53 0.04 77.86 0.87 0.7
Hex CE F5 72 10 0 35 4 4E 57 46
Octal 316 365 162 20 0 65 4 116 127 106
Binary 11001110 11110101 1110010 10000 0 110101 100 1001110 1010111 1000110

Color Harmonies of #CEF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF572

Black with #CEF572

Text Example


Text Example

White with #CEF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF572; }

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

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

background-color css

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

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

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

border-color css

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

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

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