Html Css Color HEX #CFD528 Bitter Lemon

📋 copy color: '#CFD528'

red 207 ◦ green 213 ◦ blue 40

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

Shades of Bitter Lemon #CFD528

Tints of Bitter Lemon #CFD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 45%
G = 46.3%
B = 8.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CFD528 (or 0xCFD528) is known color: Bitter Lemon. HEX triplet: CF, D5 and 28. RGB value is (207,213,40). Sum of RGB (Red+Green+Blue) = 207+213+40=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD528 is #302AD7. Grayscale: #C0C0C0. Windows color (decimal): -3156696 or 2676175. OLE color: 2676175.

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

Color convert

RGB 207 213 40 -
CMYK 0.03 0 0.81 0.16
HSL 62.08º 0.68% 0.5% -
HSV(B) 62.08º 0.81% 0.84% -
XYZ 49.91 61.01 11.15 -
YUV 191.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 207 213 40 0.03 0 0.81 0.16 62.08 0.68 0.5
Hex CF D5 28 3 0 51 10 3E 44 32
Octal 317 325 50 3 0 121 20 76 104 62
Binary 11001111 11010101 101000 11 0 1010001 10000 111110 1000100 110010

Color Harmonies of #CFD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD528

Black with #CFD528

Text Example


Text Example

White with #CFD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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