#CAE771

Color #CAE771 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CAE771

Tints of Sulu #CAE771

Color information

#CAE771 (or 0xCAE771) is unknown color: approx Sulu. HEX triplet: CA, E7 and 71. RGB value is (202,231,113). Sum of RGB (Red+Green+Blue) = 202+231+113=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE771 is #35188E. Grayscale: #D1D1D1. Windows color (decimal): -3479695 or 7464906. OLE color: 7464906.

HSL color Cylindrical-coordinate representation of color #CAE771: hue angle of 74.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE771 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB202231113-
CMYK0.1300.510.09
HSL74.75º71.08%67.45%-
HSV(B)74.75º51.08%90.59%-
XYZ55.9170.926.36-
YUV208.8873.89123.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 231 (90.62% from 255) = 42.31%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=37.00%
G=42.31%
B=20.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311130.1300.510.0974.7571.0867.45
HexCAE771D03394b4743
Octal3123471611506311113107103
Binary11001010111001111110001110101100111001100101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE771; }

 p { color: rgb(202,231,113); }

 H1.HeaderClassName
 {
   color: #CAE771;
 }
 .AnyTagClassName
 {
   color: #CAE771;
 }
</style>
background-color css

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

 a { background-color: rgb(202,231,113); }

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

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

 span { border-color: rgb(202,231,113); }

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