Html Css Color HEX #CEF481 Sulu

📋 copy color: '#CEF481'

red 206 ◦ green 244 ◦ blue 129

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

Shades of Sulu #CEF481

Tints of Sulu #CEF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

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

R = 35.58%
G = 42.14%
B = 22.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CEF481 (or 0xCEF481) is known color: Sulu. HEX triplet: CE, F4 and 81. RGB value is (206,244,129). Sum of RGB (Red+Green+Blue) = 206+244+129=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF481 is #310B7E. Grayscale: #DBDBDB. Windows color (decimal): -3214207 or 8516814. OLE color: 8516814.

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

Color convert

RGB 206 244 129 -
CMYK 0.16 0 0.47 0.04
HSL 79.83º 0.84% 0.73% -
HSV(B) 79.83º 0.47% 0.96% -
XYZ 61.77 79.41 32.84 -
YUV 219.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 206 244 129 0.16 0 0.47 0.04 79.83 0.84 0.73
Hex CE F4 81 10 0 2F 4 50 54 49
Octal 316 364 201 20 0 57 4 120 124 111
Binary 11001110 11110100 10000001 10000 0 101111 100 1010000 1010100 1001001

Color Harmonies of #CEF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF481

Black with #CEF481

Text Example


Text Example

White with #CEF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF481; }

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

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

background-color css

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

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

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

border-color css

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

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

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