Html Css Color HEX #CEFD83 Sulu

📋 copy color: '#CEFD83'

red 206 ◦ green 253 ◦ blue 131

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

Shades of Sulu #CEFD83

Tints of Sulu #CEFD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.2%

R = 34.92%
G = 42.88%
B = 22.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#CEFD83 (or 0xCEFD83) is known color: Sulu. HEX triplet: CE, FD and 83. RGB value is (206,253,131). Sum of RGB (Red+Green+Blue) = 206+253+131=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFD83 is #31027C. Grayscale: #E1E1E1. Windows color (decimal): -3211901 or 8650190. OLE color: 8650190.

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

Color convert

RGB 206 253 131 -
CMYK 0.19 0 0.48 0.01
HSL 83.11º 0.97% 0.75% -
HSV(B) 83.11º 0.48% 0.99% -
XYZ 64.68 85.01 34.47 -
YUV 225.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 206 253 131 0.19 0 0.48 0.01 83.11 0.97 0.75
Hex CE FD 83 13 0 30 1 53 61 4B
Octal 316 375 203 23 0 60 1 123 141 113
Binary 11001110 11111101 10000011 10011 0 110000 1 1010011 1100001 1001011

Color Harmonies of #CEFD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD83

Black with #CEFD83

Text Example


Text Example

White with #CEFD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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