#CBF14D

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

Shades of Conifer #CBF14D

Tints of Conifer #CBF14D

Color information

#CBF14D (or 0xCBF14D) is unknown color: approx Conifer. HEX triplet: CB, F1 and 4D. RGB value is (203,241,77). Sum of RGB (Red+Green+Blue) = 203+241+77=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF14D is #340EB2. Grayscale: #D3D3D3. Windows color (decimal): -3411635 or 5108171. OLE color: 5108171.

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

Color convert

RGB20324177-
CMYK0.1600.680.05
HSL73.9º85.42%62.35%-
HSV(B)73.9º68.05%94.51%-
XYZ57.4276.1418.69-
YUV210.9452.41122.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 77 (30.47% from 255) = 14.78%
R=38.96%
G=46.26%
B=14.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203241770.1600.680.0573.985.4262.35
HexCBF14D1004454a553e
Octal313361115200104511212576
Binary11001011111100011001101100000100010010110010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF14D; }

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

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

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

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

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

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

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

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