Html Css Color HEX #CFD72A Bitter Lemon

📋 copy color: '#CFD72A'

red 207 ◦ green 215 ◦ blue 42

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

Shades of Bitter Lemon #CFD72A

Tints of Bitter Lemon #CFD72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.34%

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 44.61%
G = 46.34%
B = 9.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CFD72A (or 0xCFD72A) is known color: Bitter Lemon. HEX triplet: CF, D7 and 2A. RGB value is (207,215,42). Sum of RGB (Red+Green+Blue) = 207+215+42=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD72A is #3028D5. Grayscale: #C1C1C1. Windows color (decimal): -3156182 or 2807759. OLE color: 2807759.

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

Color convert

RGB 207 215 42 -
CMYK 0.04 0 0.80 0.16
HSL 62.77º 0.68% 0.5% -
HSV(B) 62.77º 0.8% 0.84% -
XYZ 50.45 62.03 11.51 -
YUV 192.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 207 215 42 0.04 0 0.80 0.16 62.77 0.68 0.5
Hex CF D7 2A 4 0 50 10 3F 44 32
Octal 317 327 52 4 0 120 20 77 104 62
Binary 11001111 11010111 101010 100 0 1010000 10000 111111 1000100 110010

Color Harmonies of #CFD72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD72A

Black with #CFD72A

Text Example


Text Example

White with #CFD72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD72A; }

 p { color: rgb(207,215,42); }

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

background-color css

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

 a { background-color: rgb(207,215,42); }

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

border-color css

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

 span { border-color: rgb(207,215,42); }

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