Html Css Color HEX #CFD82F Bitter Lemon

📋 copy color: '#CFD82F'

red 207 ◦ green 216 ◦ blue 47

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

Shades of Bitter Lemon #CFD82F

Tints of Bitter Lemon #CFD82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10%

R = 44.04%
G = 45.96%
B = 10%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CFD82F (or 0xCFD82F) is known color: Bitter Lemon. HEX triplet: CF, D8 and 2F. RGB value is (207,216,47). Sum of RGB (Red+Green+Blue) = 207+216+47=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD82F is #3027D0. Grayscale: #C2C2C2. Windows color (decimal): -3155921 or 3135695. OLE color: 3135695.

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

Color convert

RGB 207 216 47 -
CMYK 0.04 0 0.78 0.15
HSL 63.2º 0.68% 0.52% -
HSV(B) 63.2º 0.78% 0.85% -
XYZ 50.8 62.58 12.09 -
YUV 194.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 207 216 47 0.04 0 0.78 0.15 63.2 0.68 0.52
Hex CF D8 2F 4 0 4E F 3F 44 34
Octal 317 330 57 4 0 116 17 77 104 64
Binary 11001111 11011000 101111 100 0 1001110 1111 111111 1000100 110100

Color Harmonies of #CFD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD82F

Black with #CFD82F

Text Example


Text Example

White with #CFD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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