#CBEB69

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

Shades of Mindaro #CBEB69

Tints of Mindaro #CBEB69

Color information

#CBEB69 (or 0xCBEB69) is unknown color: approx Mindaro. HEX triplet: CB, EB and 69. RGB value is (203,235,105). Sum of RGB (Red+Green+Blue) = 203+235+105=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB69 is #341496. Grayscale: #D3D3D3. Windows color (decimal): -3413143 or 6941643. OLE color: 6941643.

HSL color Cylindrical-coordinate representation of color #CBEB69: hue angle of 74.77º 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 #CBEB69 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB203235105-
CMYK0.1400.550.08
HSL74.77º76.47%66.67%-
HSV(B)74.77º55.32%92.16%-
XYZ56.8973.1324.48-
YUV210.6168.4122.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=37.38%
G=43.28%
B=19.34%

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
Decimal2032351050.1400.550.0874.7776.4766.67
HexCBEB69E03784b4c43
Octal3133531511606710113114103
Binary11001011111010111101001111001101111000100101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEB69; }

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

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

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

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

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

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

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

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