#CFDE12

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

Shades of Barberry #CFDE12

Tints of Barberry #CFDE12

Color information

#CFDE12 (or 0xCFDE12) is unknown color: approx Barberry. HEX triplet: CF, DE and 12. RGB value is (207,222,18). Sum of RGB (Red+Green+Blue) = 207+222+18=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE12 is #3021ED. Grayscale: #C3C3C3. Windows color (decimal): -3154414 or 1236687. OLE color: 1236687.

HSL color Cylindrical-coordinate representation of color #CFDE12: hue angle of 64.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFDE12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB20722218-
CMYK0.0700.920.13
HSL64.41º85%47.06%-
HSV(B)64.41º91.89%87.06%-
XYZ51.9665.5510.49-
YUV194.2628.53137.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 222 (87.11% from 255) = 49.66%
BLUE value IS 18 (7.42% from 255) = 4.03%
R=46.31%
G=49.66%
B=4.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207222180.0700.920.1364.418547.06
HexCFDE12705CD40552f
Octal31733622701341510012557
Binary11001111110111101001011101011100110110000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE12; }

 p { color: rgb(207,222,18); }

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

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

 a { background-color: rgb(207,222,18); }

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

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

 span { border-color: rgb(207,222,18); }

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