Html Css Color HEX #CFD73A Bitter Lemon

📋 copy color: '#CFD73A'

red 207 ◦ green 215 ◦ blue 58

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

Shades of Bitter Lemon #CFD73A

Tints of Bitter Lemon #CFD73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.08%

R = 43.13%
G = 44.79%
B = 12.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CFD73A (or 0xCFD73A) is known color: Bitter Lemon. HEX triplet: CF, D7 and 3A. RGB value is (207,215,58). Sum of RGB (Red+Green+Blue) = 207+215+58=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD73A is #3028C5. Grayscale: #C3C3C3. Windows color (decimal): -3156166 or 3856335. OLE color: 3856335.

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

Color convert

RGB 207 215 58 -
CMYK 0.04 0 0.73 0.16
HSL 63.06º 0.66% 0.54% -
HSV(B) 63.06º 0.73% 0.84% -
XYZ 50.8 62.17 13.33 -
YUV 194.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 207 215 58 0.04 0 0.73 0.16 63.06 0.66 0.54
Hex CF D7 3A 4 0 49 10 3F 42 36
Octal 317 327 72 4 0 111 20 77 102 66
Binary 11001111 11010111 111010 100 0 1001001 10000 111111 1000010 110110

Color Harmonies of #CFD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD73A

Black with #CFD73A

Text Example


Text Example

White with #CFD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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