#CFDF7B

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

Shades of Mindaro #CFDF7B

Tints of Mindaro #CFDF7B

Color information

#CFDF7B (or 0xCFDF7B) is unknown color: approx Mindaro. HEX triplet: CF, DF and 7B. RGB value is (207,223,123). Sum of RGB (Red+Green+Blue) = 207+223+123=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF7B is #302084. Grayscale: #CFCFCF. Windows color (decimal): -3154053 or 8118223. OLE color: 8118223.

HSL color Cylindrical-coordinate representation of color #CFDF7B: hue angle of 69.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFDF7B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB207223123-
CMYK0.0700.450.13
HSL69.6º60.98%67.84%-
HSV(B)69.6º44.84%87.45%-
XYZ55.6967.4728.83-
YUV206.8280.7128.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=37.43%
G=40.33%
B=22.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231230.0700.450.1369.660.9867.84
HexCFDF7B702DD463d44
Octal31733717370551510675104
Binary110011111101111111110111110101101110110001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDF7B; }

 p { color: rgb(207,223,123); }

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

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

 a { background-color: rgb(207,223,123); }

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

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

 span { border-color: rgb(207,223,123); }

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