Html Css Color HEX #CEF97D Sulu

📋 copy color: '#CEF97D'

red 206 ◦ green 249 ◦ blue 125

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

Shades of Sulu #CEF97D

Tints of Sulu #CEF97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

 BLUE value IS 125 (49.22% from 255) = 21.55%

R = 35.52%
G = 42.93%
B = 21.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CEF97D (or 0xCEF97D) is known color: Sulu. HEX triplet: CE, F9 and 7D. RGB value is (206,249,125). Sum of RGB (Red+Green+Blue) = 206+249+125=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF97D is #310682. Grayscale: #DEDEDE. Windows color (decimal): -3212931 or 8255950. OLE color: 8255950.

HSL color Cylindrical-coordinate representation of color #CEF97D: hue angle of 80.81º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF97D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 125 -
CMYK 0.17 0 0.50 0.02
HSL 80.81º 0.91% 0.73% -
HSV(B) 80.81º 0.5% 0.98% -
XYZ 63.03 82.35 31.98 -
YUV 222.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 206 249 125 0.17 0 0.50 0.02 80.81 0.91 0.73
Hex CE F9 7D 11 0 32 2 51 5B 49
Octal 316 371 175 21 0 62 2 121 133 111
Binary 11001110 11111001 1111101 10001 0 110010 10 1010001 1011011 1001001

Color Harmonies of #CEF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF97D

Black with #CEF97D

Text Example


Text Example

White with #CEF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF97D; }

 p { color: rgb(206,249,125); }

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

background-color css

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

 a { background-color: rgb(206,249,125); }

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

border-color css

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

 span { border-color: rgb(206,249,125); }

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