Html Css Color HEX #CEF17D Sulu

📋 copy color: '#CEF17D'

red 206 ◦ green 241 ◦ blue 125

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

Shades of Sulu #CEF17D

Tints of Sulu #CEF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

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

R = 36.01%
G = 42.13%
B = 21.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#CEF17D (or 0xCEF17D) is known color: Sulu. HEX triplet: CE, F1 and 7D. RGB value is (206,241,125). Sum of RGB (Red+Green+Blue) = 206+241+125=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF17D is #310E82. Grayscale: #D9D9D9. Windows color (decimal): -3214979 or 8253902. OLE color: 8253902.

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

Color convert

RGB 206 241 125 -
CMYK 0.15 0 0.48 0.05
HSL 78.1º 0.81% 0.72% -
HSV(B) 78.1º 0.48% 0.95% -
XYZ 60.61 77.51 31.17 -
YUV 217.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 206 241 125 0.15 0 0.48 0.05 78.1 0.81 0.72
Hex CE F1 7D F 0 30 5 4E 51 48
Octal 316 361 175 17 0 60 5 116 121 110
Binary 11001110 11110001 1111101 1111 0 110000 101 1001110 1010001 1001000

Color Harmonies of #CEF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF17D

Black with #CEF17D

Text Example


Text Example

White with #CEF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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