Html Css Color HEX #CFD72B Bitter Lemon

📋 copy color: '#CFD72B'

red 207 ◦ green 215 ◦ blue 43

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

Shades of Bitter Lemon #CFD72B

Tints of Bitter Lemon #CFD72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.25%

R = 44.52%
G = 46.24%
B = 9.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#CFD72B (or 0xCFD72B) is known color: Bitter Lemon. HEX triplet: CF, D7 and 2B. RGB value is (207,215,43). Sum of RGB (Red+Green+Blue) = 207+215+43=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD72B is #3028D4. Grayscale: #C1C1C1. Windows color (decimal): -3156181 or 2873295. OLE color: 2873295.

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

Color convert

RGB 207 215 43 -
CMYK 0.04 0 0.8 0.16
HSL 62.79º 0.68% 0.51% -
HSV(B) 62.79º 0.8% 0.84% -
XYZ 50.47 62.04 11.6 -
YUV 193 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 207 215 43 0.04 0 0.8 0.16 62.79 0.68 0.51
Hex CF D7 2B 4 0 50 10 3F 44 33
Octal 317 327 53 4 0 120 20 77 104 63
Binary 11001111 11010111 101011 100 0 1010000 10000 111111 1000100 110011

Color Harmonies of #CFD72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD72B

Black with #CFD72B

Text Example


Text Example

White with #CFD72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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