Html Css Color HEX #CFD522 Bitter Lemon

📋 copy color: '#CFD522'

red 207 ◦ green 213 ◦ blue 34

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

Shades of Bitter Lemon #CFD522

Tints of Bitter Lemon #CFD522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.49%

R = 45.59%
G = 46.92%
B = 7.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#CFD522 (or 0xCFD522) is known color: Bitter Lemon. HEX triplet: CF, D5 and 22. RGB value is (207,213,34). Sum of RGB (Red+Green+Blue) = 207+213+34=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD522 is #302ADD. Grayscale: #BFBFBF. Windows color (decimal): -3156702 or 2282959. OLE color: 2282959.

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

Color convert

RGB 207 213 34 -
CMYK 0.03 0 0.84 0.16
HSL 62.01º 0.72% 0.48% -
HSV(B) 62.01º 0.84% 0.84% -
XYZ 49.82 60.97 10.66 -
YUV 190.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 207 213 34 0.03 0 0.84 0.16 62.01 0.72 0.48
Hex CF D5 22 3 0 54 10 3E 48 30
Octal 317 325 42 3 0 124 20 76 110 60
Binary 11001111 11010101 100010 11 0 1010100 10000 111110 1001000 110000

Color Harmonies of #CFD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD522

Black with #CFD522

Text Example


Text Example

White with #CFD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD522; }

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

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

background-color css

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

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

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

border-color css

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

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

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