Html Css Color HEX #CAE683 Sulu

📋 copy color: '#CAE683'

red 202 ◦ green 230 ◦ blue 131

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

Shades of Sulu #CAE683

Tints of Sulu #CAE683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.27%

R = 35.88%
G = 40.85%
B = 23.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#CAE683 (or 0xCAE683) is known color: Sulu. HEX triplet: CA, E6 and 83. RGB value is (202,230,131). Sum of RGB (Red+Green+Blue) = 202+230+131=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE683 is #35197C. Grayscale: #D2D2D2. Windows color (decimal): -3479933 or 8644298. OLE color: 8644298.

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

Color convert

RGB 202 230 131 -
CMYK 0.12 0 0.43 0.10
HSL 76.97º 0.66% 0.71% -
HSV(B) 76.97º 0.43% 0.9% -
XYZ 56.75 70.79 32.15 -
YUV 210.34 83.22 122.05 -
System Red Green Blue C M Y K H S L
Decimal 202 230 131 0.12 0 0.43 0.10 76.97 0.66 0.71
Hex CA E6 83 C 0 2B A 4D 42 47
Octal 312 346 203 14 0 53 12 115 102 107
Binary 11001010 11100110 10000011 1100 0 101011 1010 1001101 1000010 1000111

Color Harmonies of #CAE683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE683

Black with #CAE683

Text Example


Text Example

White with #CAE683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE683; }

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

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

background-color css

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

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

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

border-color css

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

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

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