Html Css Color HEX #CEFD71 Sulu

📋 copy color: '#CEFD71'

red 206 ◦ green 253 ◦ blue 113

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

Shades of Sulu #CEFD71

Tints of Sulu #CEFD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.76%

R = 36.01%
G = 44.23%
B = 19.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#CEFD71 (or 0xCEFD71) is known color: Sulu. HEX triplet: CE, FD and 71. RGB value is (206,253,113). Sum of RGB (Red+Green+Blue) = 206+253+113=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD71 is #31028E. Grayscale: #DFDFDF. Windows color (decimal): -3211919 or 7470542. OLE color: 7470542.

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

Color convert

RGB 206 253 113 -
CMYK 0.19 0 0.55 0.01
HSL 80.14º 0.97% 0.72% -
HSV(B) 80.14º 0.55% 0.99% -
XYZ 63.56 84.56 28.6 -
YUV 222.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 206 253 113 0.19 0 0.55 0.01 80.14 0.97 0.72
Hex CE FD 71 13 0 37 1 50 61 48
Octal 316 375 161 23 0 67 1 120 141 110
Binary 11001110 11111101 1110001 10011 0 110111 1 1010000 1100001 1001000

Color Harmonies of #CEFD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD71

Black with #CEFD71

Text Example


Text Example

White with #CEFD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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