Html Css Color HEX #CEF681 Sulu

📋 copy color: '#CEF681'

red 206 ◦ green 246 ◦ blue 129

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

Shades of Sulu #CEF681

Tints of Sulu #CEF681

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.34%

 BLUE value IS 129 (50.78% from 255) = 22.2%

R = 35.46%
G = 42.34%
B = 22.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#CEF681 (or 0xCEF681) is known color: Sulu. HEX triplet: CE, F6 and 81. RGB value is (206,246,129). Sum of RGB (Red+Green+Blue) = 206+246+129=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF681 is #31097E. Grayscale: #DDDDDD. Windows color (decimal): -3213695 or 8517326. OLE color: 8517326.

HSL color Cylindrical-coordinate representation of color #CEF681: hue angle of 80.51º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEF681 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 129 -
CMYK 0.16 0 0.48 0.04
HSL 80.51º 0.87% 0.74% -
HSV(B) 80.51º 0.48% 0.96% -
XYZ 62.37 80.62 33.04 -
YUV 220.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 206 246 129 0.16 0 0.48 0.04 80.51 0.87 0.74
Hex CE F6 81 10 0 30 4 51 57 4A
Octal 316 366 201 20 0 60 4 121 127 112
Binary 11001110 11110110 10000001 10000 0 110000 100 1010001 1010111 1001010

Color Harmonies of #CEF681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF681

Black with #CEF681

Text Example


Text Example

White with #CEF681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF681; }

 p { color: rgb(206,246,129); }

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

background-color css

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

 a { background-color: rgb(206,246,129); }

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

border-color css

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

 span { border-color: rgb(206,246,129); }

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