Html Css Color HEX #CEE010 Barberry

📋 copy color: '#CEE010'

red 206 ◦ green 224 ◦ blue 16

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

Shades of Barberry #CEE010

Tints of Barberry #CEE010

RGB

 RED value IS 206 (80.86% from 255) = 46.19%

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

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

R = 46.19%
G = 50.22%
B = 3.59%

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

#CEE010 (or 0xCEE010) is known color: Barberry. HEX triplet: CE, E0 and 10. RGB value is (206,224,16). Sum of RGB (Red+Green+Blue) = 206+224+16=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE010 is #311FEF. Grayscale: #C3C3C3. Windows color (decimal): -3219440 or 1106126. OLE color: 1106126.

HSL color Cylindrical-coordinate representation of color #CEE010: hue angle of 65.19º 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 #CEE010 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 16 -
CMYK 0.08 0 0.93 0.12
HSL 65.19º 0.87% 0.47% -
HSV(B) 65.19º 0.93% 0.88% -
XYZ 52.2 66.47 10.57 -
YUV 194.91 27.04 135.91 -
System Red Green Blue C M Y K H S L
Decimal 206 224 16 0.08 0 0.93 0.12 65.19 0.87 0.47
Hex CE E0 10 8 0 5D C 41 57 2F
Octal 316 340 20 10 0 135 14 101 127 57
Binary 11001110 11100000 10000 1000 0 1011101 1100 1000001 1010111 101111

Color Harmonies of #CEE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE010

Black with #CEE010

Text Example


Text Example

White with #CEE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE010; }

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

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

background-color css

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

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

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

border-color css

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

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

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