Html Css Color HEX #CFD82E Bitter Lemon

📋 copy color: '#CFD82E'

red 207 ◦ green 216 ◦ blue 46

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

Shades of Bitter Lemon #CFD82E

Tints of Bitter Lemon #CFD82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.81%

R = 44.14%
G = 46.06%
B = 9.81%

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

#CFD82E (or 0xCFD82E) is known color: Bitter Lemon. HEX triplet: CF, D8 and 2E. RGB value is (207,216,46). Sum of RGB (Red+Green+Blue) = 207+216+46=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD82E is #3027D1. Grayscale: #C2C2C2. Windows color (decimal): -3155922 or 3070159. OLE color: 3070159.

HSL color Cylindrical-coordinate representation of color #CFD82E: hue angle of 63.18º 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 #CFD82E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 46 -
CMYK 0.04 0 0.79 0.15
HSL 63.18º 0.69% 0.51% -
HSV(B) 63.18º 0.79% 0.85% -
XYZ 50.78 62.57 11.99 -
YUV 193.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 207 216 46 0.04 0 0.79 0.15 63.18 0.69 0.51
Hex CF D8 2E 4 0 4F F 3F 45 33
Octal 317 330 56 4 0 117 17 77 105 63
Binary 11001111 11011000 101110 100 0 1001111 1111 111111 1000101 110011

Color Harmonies of #CFD82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD82E

Black with #CFD82E

Text Example


Text Example

White with #CFD82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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