Html Css Color HEX #CFE081 Sulu

📋 copy color: '#CFE081'

red 207 ◦ green 224 ◦ blue 129

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

Shades of Sulu #CFE081

Tints of Sulu #CFE081

RGB

 RED value IS 207 (81.25% from 255) = 36.96%

 GREEN value IS 224 (87.89% from 255) = 40%

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

R = 36.96%
G = 40%
B = 23.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CFE081 (or 0xCFE081) is known color: Sulu. HEX triplet: CF, E0 and 81. RGB value is (207,224,129). Sum of RGB (Red+Green+Blue) = 207+224+129=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE081 is #301F7E. Grayscale: #D0D0D0. Windows color (decimal): -3153791 or 8511695. OLE color: 8511695.

HSL color Cylindrical-coordinate representation of color #CFE081: hue angle of 70.74º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE081 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 129 -
CMYK 0.08 0 0.42 0.12
HSL 70.74º 0.61% 0.69% -
HSV(B) 70.74º 0.42% 0.88% -
XYZ 56.35 68.16 30.96 -
YUV 208.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 207 224 129 0.08 0 0.42 0.12 70.74 0.61 0.69
Hex CF E0 81 8 0 2A C 47 3D 45
Octal 317 340 201 10 0 52 14 107 75 105
Binary 11001111 11100000 10000001 1000 0 101010 1100 1000111 111101 1000101

Color Harmonies of #CFE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE081

Black with #CFE081

Text Example


Text Example

White with #CFE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE081; }

 p { color: rgb(207,224,129); }

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

background-color css

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

 a { background-color: rgb(207,224,129); }

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

border-color css

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

 span { border-color: rgb(207,224,129); }

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