#CBF467

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

Shades of Mindaro #CBF467

Tints of Mindaro #CBF467

Color information

#CBF467 (or 0xCBF467) is unknown color: approx Mindaro. HEX triplet: CB, F4 and 67. RGB value is (203,244,103). Sum of RGB (Red+Green+Blue) = 203+244+103=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 244 (95.70% from 255 or 44.36% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF467 is #340B98. Grayscale: #D8D8D8. Windows color (decimal): -3410841 or 6812875. OLE color: 6812875.

HSL color Cylindrical-coordinate representation of color #CBF467: hue angle of 77.45º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF467 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB203244103-
CMYK0.1700.580.04
HSL77.45º86.5%68.04%-
HSV(B)77.45º57.79%95.69%-
XYZ59.4378.3824.83-
YUV215.6764.42118.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 244 (95.70% from 255) = 44.36%
BLUE value IS 103 (40.62% from 255) = 18.73%
R=36.91%
G=44.36%
B=18.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032441030.1700.580.0477.4586.568.04
HexCBF4671103A44d5744
Octal313364147210724115127104
Binary11001011111101001100111100010111010100100110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF467; }

 p { color: rgb(203,244,103); }

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

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

 a { background-color: rgb(203,244,103); }

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

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

 span { border-color: rgb(203,244,103); }

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