#CBF167

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

Shades of Mindaro #CBF167

Tints of Mindaro #CBF167

Color information

#CBF167 (or 0xCBF167) is unknown color: approx Mindaro. HEX triplet: CB, F1 and 67. RGB value is (203,241,103). Sum of RGB (Red+Green+Blue) = 203+241+103=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF167 is #340E98. Grayscale: #D6D6D6. Windows color (decimal): -3411609 or 6812107. OLE color: 6812107.

HSL color Cylindrical-coordinate representation of color #CBF167: hue angle of 76.52º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBF167 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB203241103-
CMYK0.1600.570.05
HSL76.52º83.13%67.45%-
HSV(B)76.52º57.26%94.51%-
XYZ58.5376.5924.53-
YUV213.9165.41120.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 103 (40.62% from 255) = 18.83%
R=37.11%
G=44.06%
B=18.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411030.1600.570.0576.5283.1367.45
HexCBF1671003954d5343
Octal313361147200715115123103
Binary11001011111100011100111100000111001101100110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF167; }

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

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

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

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

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

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

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

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