#CBF74E

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

Shades of Conifer #CBF74E

Tints of Conifer #CBF74E

Color information

#CBF74E (or 0xCBF74E) is unknown color: approx Conifer. HEX triplet: CB, F7 and 4E. RGB value is (203,247,78). Sum of RGB (Red+Green+Blue) = 203+247+78=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF74E is #3408B1. Grayscale: #D7D7D7. Windows color (decimal): -3410098 or 5175243. OLE color: 5175243.

HSL color Cylindrical-coordinate representation of color #CBF74E: hue angle of 75.62º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBF74E is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB20324778-
CMYK0.1800.680.03
HSL75.62º91.35%63.73%-
HSV(B)75.62º68.42%96.86%-
XYZ59.2679.7719.48-
YUV214.5850.92119.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 247 (96.88% from 255) = 46.78%
BLUE value IS 78 (30.86% from 255) = 14.77%
R=38.45%
G=46.78%
B=14.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203247780.1800.680.0375.6291.3563.73
HexCBF74E1204434c5b40
Octal3133671162201043114133100
Binary11001011111101111001110100100100010011100110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF74E; }

 p { color: rgb(203,247,78); }

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

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

 a { background-color: rgb(203,247,78); }

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

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

 span { border-color: rgb(203,247,78); }

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