Html Css Color HEX #CEF086 Sulu

📋 copy color: '#CEF086'

red 206 ◦ green 240 ◦ blue 134

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

Shades of Sulu #CEF086

Tints of Sulu #CEF086

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 134 (52.73% from 255) = 23.1%

R = 35.52%
G = 41.38%
B = 23.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#CEF086 (or 0xCEF086) is known color: Sulu. HEX triplet: CE, F0 and 86. RGB value is (206,240,134). Sum of RGB (Red+Green+Blue) = 206+240+134=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF086 is #310F79. Grayscale: #DADADA. Windows color (decimal): -3215226 or 8843470. OLE color: 8843470.

HSL color Cylindrical-coordinate representation of color #CEF086: hue angle of 79.25º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEF086 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 134 -
CMYK 0.14 0 0.44 0.06
HSL 79.25º 0.78% 0.73% -
HSV(B) 79.25º 0.44% 0.94% -
XYZ 60.92 77.16 34.24 -
YUV 217.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 206 240 134 0.14 0 0.44 0.06 79.25 0.78 0.73
Hex CE F0 86 E 0 2C 6 4F 4E 49
Octal 316 360 206 16 0 54 6 117 116 111
Binary 11001110 11110000 10000110 1110 0 101100 110 1001111 1001110 1001001

Color Harmonies of #CEF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF086

Black with #CEF086

Text Example


Text Example

White with #CEF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF086; }

 p { color: rgb(206,240,134); }

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

background-color css

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

 a { background-color: rgb(206,240,134); }

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

border-color css

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

 span { border-color: rgb(206,240,134); }

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