Html Css Color HEX #CFD525 Bitter Lemon

📋 copy color: '#CFD525'

red 207 ◦ green 213 ◦ blue 37

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

Shades of Bitter Lemon #CFD525

Tints of Bitter Lemon #CFD525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 45.3%
G = 46.61%
B = 8.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#CFD525 (or 0xCFD525) is known color: Bitter Lemon. HEX triplet: CF, D5 and 25. RGB value is (207,213,37). Sum of RGB (Red+Green+Blue) = 207+213+37=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD525 is #302ADA. Grayscale: #BFBFBF. Windows color (decimal): -3156699 or 2479567. OLE color: 2479567.

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

Color convert

RGB 207 213 37 -
CMYK 0.03 0 0.83 0.16
HSL 62.05º 0.7% 0.49% -
HSV(B) 62.05º 0.83% 0.84% -
XYZ 49.86 60.99 10.89 -
YUV 191.14 41.01 139.31 -
System Red Green Blue C M Y K H S L
Decimal 207 213 37 0.03 0 0.83 0.16 62.05 0.7 0.49
Hex CF D5 25 3 0 53 10 3E 46 31
Octal 317 325 45 3 0 123 20 76 106 61
Binary 11001111 11010101 100101 11 0 1010011 10000 111110 1000110 110001

Color Harmonies of #CFD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD525

Black with #CFD525

Text Example


Text Example

White with #CFD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD525; }

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

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

background-color css

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

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

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

border-color css

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

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

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