Html Css Color HEX #CEF28C Sulu

📋 copy color: '#CEF28C'

red 206 ◦ green 242 ◦ blue 140

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

Shades of Sulu #CEF28C

Tints of Sulu #CEF28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 35.03%
G = 41.16%
B = 23.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#CEF28C (or 0xCEF28C) is known color: Sulu. HEX triplet: CE, F2 and 8C. RGB value is (206,242,140). Sum of RGB (Red+Green+Blue) = 206+242+140=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF28C is #310D73. Grayscale: #DBDBDB. Windows color (decimal): -3214708 or 9237198. OLE color: 9237198.

HSL color Cylindrical-coordinate representation of color #CEF28C: hue angle of 81.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEF28C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 140 -
CMYK 0.15 0 0.42 0.05
HSL 81.18º 0.8% 0.75% -
HSV(B) 81.18º 0.42% 0.95% -
XYZ 61.94 78.52 36.7 -
YUV 219.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 206 242 140 0.15 0 0.42 0.05 81.18 0.8 0.75
Hex CE F2 8C F 0 2A 5 51 50 4B
Octal 316 362 214 17 0 52 5 121 120 113
Binary 11001110 11110010 10001100 1111 0 101010 101 1010001 1010000 1001011

Color Harmonies of #CEF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF28C

Black with #CEF28C

Text Example


Text Example

White with #CEF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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