Html Css Color HEX #CEDF12 Barberry

📋 copy color: '#CEDF12'

red 206 ◦ green 223 ◦ blue 18

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

Shades of Barberry #CEDF12

Tints of Barberry #CEDF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 46.09%
G = 49.89%
B = 4.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#CEDF12 (or 0xCEDF12) is known color: Barberry. HEX triplet: CE, DF and 12. RGB value is (206,223,18). Sum of RGB (Red+Green+Blue) = 206+223+18=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF12 is #3120ED. Grayscale: #C3C3C3. Windows color (decimal): -3219694 or 1236942. OLE color: 1236942.

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

Color convert

RGB 206 223 18 -
CMYK 0.08 0 0.92 0.13
HSL 64.98º 0.85% 0.47% -
HSV(B) 64.98º 0.92% 0.87% -
XYZ 51.95 65.94 10.56 -
YUV 194.55 28.37 136.17 -
System Red Green Blue C M Y K H S L
Decimal 206 223 18 0.08 0 0.92 0.13 64.98 0.85 0.47
Hex CE DF 12 8 0 5C D 41 55 2F
Octal 316 337 22 10 0 134 15 101 125 57
Binary 11001110 11011111 10010 1000 0 1011100 1101 1000001 1010101 101111

Color Harmonies of #CEDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF12

Black with #CEDF12

Text Example


Text Example

White with #CEDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF12; }

 p { color: rgb(206,223,18); }

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

background-color css

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

 a { background-color: rgb(206,223,18); }

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

border-color css

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

 span { border-color: rgb(206,223,18); }

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