Html Css Color HEX #CEF17C Sulu

📋 copy color: '#CEF17C'

red 206 ◦ green 241 ◦ blue 124

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

Shades of Sulu #CEF17C

Tints of Sulu #CEF17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.72%

R = 36.08%
G = 42.21%
B = 21.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#CEF17C (or 0xCEF17C) is known color: Sulu. HEX triplet: CE, F1 and 7C. RGB value is (206,241,124). Sum of RGB (Red+Green+Blue) = 206+241+124=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF17C is #310E83. Grayscale: #D9D9D9. Windows color (decimal): -3214980 or 8188366. OLE color: 8188366.

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

Color convert

RGB 206 241 124 -
CMYK 0.15 0 0.49 0.05
HSL 77.95º 0.81% 0.72% -
HSV(B) 77.95º 0.49% 0.95% -
XYZ 60.55 77.49 30.83 -
YUV 217.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 206 241 124 0.15 0 0.49 0.05 77.95 0.81 0.72
Hex CE F1 7C F 0 31 5 4E 51 48
Octal 316 361 174 17 0 61 5 116 121 110
Binary 11001110 11110001 1111100 1111 0 110001 101 1001110 1010001 1001000

Color Harmonies of #CEF17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF17C

Black with #CEF17C

Text Example


Text Example

White with #CEF17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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