Html Css Color HEX #CFDA2E Bitter Lemon

📋 copy color: '#CFDA2E'

red 207 ◦ green 218 ◦ blue 46

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

Shades of Bitter Lemon #CFDA2E

Tints of Bitter Lemon #CFDA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 43.95%
G = 46.28%
B = 9.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CFDA2E (or 0xCFDA2E) is known color: Bitter Lemon. HEX triplet: CF, DA and 2E. RGB value is (207,218,46). Sum of RGB (Red+Green+Blue) = 207+218+46=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA2E is #3025D1. Grayscale: #C3C3C3. Windows color (decimal): -3155410 or 3070671. OLE color: 3070671.

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

Color convert

RGB 207 218 46 -
CMYK 0.05 0 0.79 0.15
HSL 63.84º 0.7% 0.52% -
HSV(B) 63.84º 0.79% 0.85% -
XYZ 51.3 63.61 12.16 -
YUV 195.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 207 218 46 0.05 0 0.79 0.15 63.84 0.7 0.52
Hex CF DA 2E 5 0 4F F 40 46 34
Octal 317 332 56 5 0 117 17 100 106 64
Binary 11001111 11011010 101110 101 0 1001111 1111 1000000 1000110 110100

Color Harmonies of #CFDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA2E

Black with #CFDA2E

Text Example


Text Example

White with #CFDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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