Html Css Color HEX #CFE010 Barberry

📋 copy color: '#CFE010'

red 207 ◦ green 224 ◦ blue 16

#CFE010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CFE010

Tints of Barberry #CFE010

RGB

 RED value IS 207 (81.25% from 255) = 46.31%

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 46.31%
G = 50.11%
B = 3.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#CFE010 (or 0xCFE010) is known color: Barberry. HEX triplet: CF, E0 and 10. RGB value is (207,224,16). Sum of RGB (Red+Green+Blue) = 207+224+16=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE010 is #301FEF. Grayscale: #C4C4C4. Windows color (decimal): -3153904 or 1106127. OLE color: 1106127.

HSL color Cylindrical-coordinate representation of color #CFE010: hue angle of 64.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE010 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 16 -
CMYK 0.08 0 0.93 0.12
HSL 64.9º 0.87% 0.47% -
HSV(B) 64.9º 0.93% 0.88% -
XYZ 52.48 66.61 10.58 -
YUV 195.21 26.87 136.41 -
System Red Green Blue C M Y K H S L
Decimal 207 224 16 0.08 0 0.93 0.12 64.9 0.87 0.47
Hex CF E0 10 8 0 5D C 41 57 2F
Octal 317 340 20 10 0 135 14 101 127 57
Binary 11001111 11100000 10000 1000 0 1011101 1100 1000001 1010111 101111

Color Harmonies of #CFE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE010

Black with #CFE010

Text Example


Text Example

White with #CFE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE010; }

 p { color: rgb(207,224,16); }

 H1.HeaderClassName
 {
   color: #CFE010;
 }
 .AnyTagClassName
 {
   color: #CFE010;
 }
</style>

background-color css

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

 a { background-color: rgb(207,224,16); }

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

border-color css

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

 span { border-color: rgb(207,224,16); }

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