#CAEB69

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

Shades of Mindaro #CAEB69

Tints of Mindaro #CAEB69

Color information

#CAEB69 (or 0xCAEB69) is unknown color: approx Mindaro. HEX triplet: CA, EB and 69. RGB value is (202,235,105). Sum of RGB (Red+Green+Blue) = 202+235+105=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEB69 is #351496. Grayscale: #D2D2D2. Windows color (decimal): -3478679 or 6941642. OLE color: 6941642.

HSL color Cylindrical-coordinate representation of color #CAEB69: hue angle of 75.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAEB69 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB202235105-
CMYK0.1400.550.08
HSL75.23º76.47%66.67%-
HSV(B)75.23º55.32%92.16%-
XYZ56.6272.9924.47-
YUV210.3168.57122.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=37.27%
G=43.36%
B=19.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351050.1400.550.0875.2376.4766.67
HexCAEB69E03784b4c43
Octal3123531511606710113114103
Binary11001010111010111101001111001101111000100101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB69; }

 p { color: rgb(202,235,105); }

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

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

 a { background-color: rgb(202,235,105); }

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

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

 span { border-color: rgb(202,235,105); }

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