Html Css Color HEX #CFD532 Bitter Lemon

📋 copy color: '#CFD532'

red 207 ◦ green 213 ◦ blue 50

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

Shades of Bitter Lemon #CFD532

Tints of Bitter Lemon #CFD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.64%

R = 44.04%
G = 45.32%
B = 10.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CFD532 (or 0xCFD532) is known color: Bitter Lemon. HEX triplet: CF, D5 and 32. RGB value is (207,213,50). Sum of RGB (Red+Green+Blue) = 207+213+50=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD532 is #302ACD. Grayscale: #C1C1C1. Windows color (decimal): -3156686 or 3331535. OLE color: 3331535.

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

Color convert

RGB 207 213 50 -
CMYK 0.03 0 0.77 0.16
HSL 62.21º 0.66% 0.52% -
HSV(B) 62.21º 0.77% 0.84% -
XYZ 50.1 61.08 12.17 -
YUV 192.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 207 213 50 0.03 0 0.77 0.16 62.21 0.66 0.52
Hex CF D5 32 3 0 4D 10 3E 42 34
Octal 317 325 62 3 0 115 20 76 102 64
Binary 11001111 11010101 110010 11 0 1001101 10000 111110 1000010 110100

Color Harmonies of #CFD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD532

Black with #CFD532

Text Example


Text Example

White with #CFD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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