Html Css Color HEX #CFD72D Bitter Lemon

📋 copy color: '#CFD72D'

red 207 ◦ green 215 ◦ blue 45

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

Shades of Bitter Lemon #CFD72D

Tints of Bitter Lemon #CFD72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.64%

R = 44.33%
G = 46.04%
B = 9.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#CFD72D (or 0xCFD72D) is known color: Bitter Lemon. HEX triplet: CF, D7 and 2D. RGB value is (207,215,45). Sum of RGB (Red+Green+Blue) = 207+215+45=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD72D is #3028D2. Grayscale: #C1C1C1. Windows color (decimal): -3156179 or 3004367. OLE color: 3004367.

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

Color convert

RGB 207 215 45 -
CMYK 0.04 0 0.79 0.16
HSL 62.82º 0.68% 0.51% -
HSV(B) 62.82º 0.79% 0.84% -
XYZ 50.51 62.06 11.8 -
YUV 193.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 207 215 45 0.04 0 0.79 0.16 62.82 0.68 0.51
Hex CF D7 2D 4 0 4F 10 3F 44 33
Octal 317 327 55 4 0 117 20 77 104 63
Binary 11001111 11010111 101101 100 0 1001111 10000 111111 1000100 110011

Color Harmonies of #CFD72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD72D

Black with #CFD72D

Text Example


Text Example

White with #CFD72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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