#CFD40B

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

Shades of Bird Flower #CFD40B

Tints of Bird Flower #CFD40B

Color information

#CFD40B (or 0xCFD40B) is unknown color: approx Bird Flower. HEX triplet: CF, D4 and 0B. RGB value is (207,212,11). Sum of RGB (Red+Green+Blue) = 207+212+11=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD40B is #302BF4. Grayscale: #BCBCBC. Windows color (decimal): -3156981 or 775375. OLE color: 775375.

HSL color Cylindrical-coordinate representation of color #CFD40B: hue angle of 61.49º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFD40B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB20721211-
CMYK0.0200.950.17
HSL61.49º90.13%43.73%-
HSV(B)61.49º94.81%83.14%-
XYZ49.3460.389.37-
YUV187.5928.34141.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 212 (83.20% from 255) = 49.30%
BLUE value IS 11 (4.69% from 255) = 2.56%
R=48.14%
G=49.30%
B=2.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207212110.0200.950.1761.4990.1343.73
HexCFD4B205F113d5a2c
Octal3173241320137217513254
Binary110011111101010010111001011111100011111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD40B; }

 p { color: rgb(207,212,11); }

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

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

 a { background-color: rgb(207,212,11); }

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

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

 span { border-color: rgb(207,212,11); }

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