Html Css Color HEX #CFD51E Barberry

📋 copy color: '#CFD51E'

red 207 ◦ green 213 ◦ blue 30

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

Shades of Barberry #CFD51E

Tints of Barberry #CFD51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 46%
G = 47.33%
B = 6.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CFD51E (or 0xCFD51E) is known color: Barberry. HEX triplet: CF, D5 and 1E. RGB value is (207,213,30). Sum of RGB (Red+Green+Blue) = 207+213+30=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD51E is #302AE1. Grayscale: #BFBFBF. Windows color (decimal): -3156706 or 2020815. OLE color: 2020815.

HSL color Cylindrical-coordinate representation of color #CFD51E: hue angle of 61.97º degrees, saturation: 0.75, 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 #CFD51E is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 30 -
CMYK 0.03 0 0.86 0.16
HSL 61.97º 0.75% 0.48% -
HSV(B) 61.97º 0.86% 0.84% -
XYZ 49.76 60.95 10.37 -
YUV 190.34 37.51 139.88 -
System Red Green Blue C M Y K H S L
Decimal 207 213 30 0.03 0 0.86 0.16 61.97 0.75 0.48
Hex CF D5 1E 3 0 56 10 3E 4B 30
Octal 317 325 36 3 0 126 20 76 113 60
Binary 11001111 11010101 11110 11 0 1010110 10000 111110 1001011 110000

Color Harmonies of #CFD51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD51E

Black with #CFD51E

Text Example


Text Example

White with #CFD51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD51E; }

 p { color: rgb(207,213,30); }

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

background-color css

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

 a { background-color: rgb(207,213,30); }

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

border-color css

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

 span { border-color: rgb(207,213,30); }

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