Html Css Color HEX #CFD82D Bitter Lemon

📋 copy color: '#CFD82D'

red 207 ◦ green 216 ◦ blue 45

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

Shades of Bitter Lemon #CFD82D

Tints of Bitter Lemon #CFD82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.15%

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

R = 44.23%
G = 46.15%
B = 9.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CFD82D (or 0xCFD82D) is known color: Bitter Lemon. HEX triplet: CF, D8 and 2D. RGB value is (207,216,45). Sum of RGB (Red+Green+Blue) = 207+216+45=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD82D is #3027D2. Grayscale: #C2C2C2. Windows color (decimal): -3155923 or 3004623. OLE color: 3004623.

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

Color convert

RGB 207 216 45 -
CMYK 0.04 0 0.79 0.15
HSL 63.16º 0.69% 0.51% -
HSV(B) 63.16º 0.79% 0.85% -
XYZ 50.76 62.57 11.88 -
YUV 193.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 207 216 45 0.04 0 0.79 0.15 63.16 0.69 0.51
Hex CF D8 2D 4 0 4F F 3F 45 33
Octal 317 330 55 4 0 117 17 77 105 63
Binary 11001111 11011000 101101 100 0 1001111 1111 111111 1000101 110011

Color Harmonies of #CFD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD82D

Black with #CFD82D

Text Example


Text Example

White with #CFD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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