Html Css Color HEX #CAE681 Sulu

📋 copy color: '#CAE681'

red 202 ◦ green 230 ◦ blue 129

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

Shades of Sulu #CAE681

Tints of Sulu #CAE681

RGB

 RED value IS 202 (79.3% from 255) = 36.01%

 GREEN value IS 230 (90.23% from 255) = 41%

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

R = 36.01%
G = 41%
B = 22.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#CAE681 (or 0xCAE681) is known color: Sulu. HEX triplet: CA, E6 and 81. RGB value is (202,230,129). Sum of RGB (Red+Green+Blue) = 202+230+129=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE681 is #35197E. Grayscale: #D2D2D2. Windows color (decimal): -3479935 or 8513226. OLE color: 8513226.

HSL color Cylindrical-coordinate representation of color #CAE681: hue angle of 76.63º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAE681 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 129 -
CMYK 0.12 0 0.44 0.10
HSL 76.63º 0.67% 0.7% -
HSV(B) 76.63º 0.44% 0.9% -
XYZ 56.62 70.74 31.44 -
YUV 210.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 202 230 129 0.12 0 0.44 0.10 76.63 0.67 0.7
Hex CA E6 81 C 0 2C A 4D 43 46
Octal 312 346 201 14 0 54 12 115 103 106
Binary 11001010 11100110 10000001 1100 0 101100 1010 1001101 1000011 1000110

Color Harmonies of #CAE681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE681

Black with #CAE681

Text Example


Text Example

White with #CAE681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE681; }

 p { color: rgb(202,230,129); }

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

background-color css

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

 a { background-color: rgb(202,230,129); }

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

border-color css

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

 span { border-color: rgb(202,230,129); }

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