#CFEB53

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

Shades of Mindaro #CFEB53

Tints of Mindaro #CFEB53

Color information

#CFEB53 (or 0xCFEB53) is unknown color: approx Mindaro. HEX triplet: CF, EB and 53. RGB value is (207,235,83). Sum of RGB (Red+Green+Blue) = 207+235+83=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB53 is #3014AC. Grayscale: #D1D1D1. Windows color (decimal): -3151021 or 5499855. OLE color: 5499855.

HSL color Cylindrical-coordinate representation of color #CFEB53: hue angle of 71.05º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFEB53 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB20723583-
CMYK0.1200.650.08
HSL71.05º79.17%62.35%-
HSV(B)71.05º64.68%92.16%-
XYZ5773.3119.33-
YUV209.356.72126.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 235 (92.19% from 255) = 44.76%
BLUE value IS 83 (32.81% from 255) = 15.81%
R=39.43%
G=44.76%
B=15.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207235830.1200.650.0871.0579.1762.35
HexCFEB53C0418474f3e
Octal3173531231401011010711776
Binary11001111111010111010011110001000001100010001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB53; }

 p { color: rgb(207,235,83); }

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

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

 a { background-color: rgb(207,235,83); }

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

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

 span { border-color: rgb(207,235,83); }

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