Html Css Color HEX #CEFD7E Sulu

📋 copy color: '#CEFD7E'

red 206 ◦ green 253 ◦ blue 126

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

Shades of Sulu #CEFD7E

Tints of Sulu #CEFD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 35.21%
G = 43.25%
B = 21.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#CEFD7E (or 0xCEFD7E) is known color: Sulu. HEX triplet: CE, FD and 7E. RGB value is (206,253,126). Sum of RGB (Red+Green+Blue) = 206+253+126=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD7E is #310281. Grayscale: #E0E0E0. Windows color (decimal): -3211906 or 8322510. OLE color: 8322510.

HSL color Cylindrical-coordinate representation of color #CEFD7E: hue angle of 82.2º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEFD7E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 126 -
CMYK 0.19 0 0.50 0.01
HSL 82.2º 0.97% 0.74% -
HSV(B) 82.2º 0.5% 0.99% -
XYZ 64.34 84.88 32.73 -
YUV 224.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 206 253 126 0.19 0 0.50 0.01 82.2 0.97 0.74
Hex CE FD 7E 13 0 32 1 52 61 4A
Octal 316 375 176 23 0 62 1 122 141 112
Binary 11001110 11111101 1111110 10011 0 110010 1 1010010 1100001 1001010

Color Harmonies of #CEFD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD7E

Black with #CEFD7E

Text Example


Text Example

White with #CEFD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD7E; }

 p { color: rgb(206,253,126); }

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

background-color css

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

 a { background-color: rgb(206,253,126); }

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

border-color css

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

 span { border-color: rgb(206,253,126); }

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