#CBF44D

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

Shades of Conifer #CBF44D

Tints of Conifer #CBF44D

Color information

#CBF44D (or 0xCBF44D) is unknown color: approx Conifer. HEX triplet: CB, F4 and 4D. RGB value is (203,244,77). Sum of RGB (Red+Green+Blue) = 203+244+77=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF44D is #340BB2. Grayscale: #D5D5D5. Windows color (decimal): -3410867 or 5108939. OLE color: 5108939.

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

Color convert

RGB20324477-
CMYK0.1700.680.04
HSL74.73º88.36%62.94%-
HSV(B)74.73º68.44%95.69%-
XYZ58.3277.9318.99-
YUV212.751.42121.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 77 (30.47% from 255) = 14.69%
R=38.74%
G=46.56%
B=14.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203244770.1700.680.0474.7388.3662.94
HexCBF44D1104444b583f
Octal313364115210104411313077
Binary11001011111101001001101100010100010010010010111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF44D; }

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

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

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

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

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

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

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

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