Html Css Color HEX #CED71E Barberry

📋 copy color: '#CED71E'

red 206 ◦ green 215 ◦ blue 30

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

Shades of Barberry #CED71E

Tints of Barberry #CED71E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 45.68%
G = 47.67%
B = 6.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CED71E (or 0xCED71E) is known color: Barberry. HEX triplet: CE, D7 and 1E. RGB value is (206,215,30). Sum of RGB (Red+Green+Blue) = 206+215+30=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #CED71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED71E is #3128E1. Grayscale: #BFBFBF. Windows color (decimal): -3221730 or 2021326. OLE color: 2021326.

HSL color Cylindrical-coordinate representation of color #CED71E: hue angle of 62.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED71E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 30 -
CMYK 0.04 0 0.86 0.16
HSL 62.92º 0.76% 0.48% -
HSV(B) 62.92º 0.86% 0.84% -
XYZ 49.99 61.82 10.53 -
YUV 191.22 37.02 138.54 -
System Red Green Blue C M Y K H S L
Decimal 206 215 30 0.04 0 0.86 0.16 62.92 0.76 0.48
Hex CE D7 1E 4 0 56 10 3F 4C 30
Octal 316 327 36 4 0 126 20 77 114 60
Binary 11001110 11010111 11110 100 0 1010110 10000 111111 1001100 110000

Color Harmonies of #CED71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED71E

Black with #CED71E

Text Example


Text Example

White with #CED71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED71E; }

 p { color: rgb(206,215,30); }

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

background-color css

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

 a { background-color: rgb(206,215,30); }

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

border-color css

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

 span { border-color: rgb(206,215,30); }

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