Html Css Color HEX #CFDC2E Bitter Lemon

📋 copy color: '#CFDC2E'

red 207 ◦ green 220 ◦ blue 46

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

Shades of Bitter Lemon #CFDC2E

Tints of Bitter Lemon #CFDC2E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

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

R = 43.76%
G = 46.51%
B = 9.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CFDC2E (or 0xCFDC2E) is known color: Bitter Lemon. HEX triplet: CF, DC and 2E. RGB value is (207,220,46). Sum of RGB (Red+Green+Blue) = 207+220+46=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC2E is #3023D1. Grayscale: #C4C4C4. Windows color (decimal): -3154898 or 3071183. OLE color: 3071183.

HSL color Cylindrical-coordinate representation of color #CFDC2E: hue angle of 64.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDC2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 46 -
CMYK 0.06 0 0.79 0.14
HSL 64.48º 0.71% 0.52% -
HSV(B) 64.48º 0.79% 0.86% -
XYZ 51.82 64.65 12.33 -
YUV 196.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 207 220 46 0.06 0 0.79 0.14 64.48 0.71 0.52
Hex CF DC 2E 6 0 4F E 40 47 34
Octal 317 334 56 6 0 117 16 100 107 64
Binary 11001111 11011100 101110 110 0 1001111 1110 1000000 1000111 110100

Color Harmonies of #CFDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC2E

Black with #CFDC2E

Text Example


Text Example

White with #CFDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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