Html Css Color HEX #CFDA2F Bitter Lemon

📋 copy color: '#CFDA2F'

red 207 ◦ green 218 ◦ blue 47

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

Shades of Bitter Lemon #CFDA2F

Tints of Bitter Lemon #CFDA2F

RGB

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

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

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

R = 43.86%
G = 46.19%
B = 9.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CFDA2F (or 0xCFDA2F) is known color: Bitter Lemon. HEX triplet: CF, DA and 2F. RGB value is (207,218,47). Sum of RGB (Red+Green+Blue) = 207+218+47=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA2F is #3025D0. Grayscale: #C3C3C3. Windows color (decimal): -3155409 or 3136207. OLE color: 3136207.

HSL color Cylindrical-coordinate representation of color #CFDA2F: hue angle of 63.86º degrees, saturation: 0.7, 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 #CFDA2F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 47 -
CMYK 0.05 0 0.78 0.15
HSL 63.86º 0.7% 0.52% -
HSV(B) 63.86º 0.78% 0.85% -
XYZ 51.32 63.61 12.26 -
YUV 195.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 207 218 47 0.05 0 0.78 0.15 63.86 0.7 0.52
Hex CF DA 2F 5 0 4E F 40 46 34
Octal 317 332 57 5 0 116 17 100 106 64
Binary 11001111 11011010 101111 101 0 1001110 1111 1000000 1000110 110100

Color Harmonies of #CFDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA2F

Black with #CFDA2F

Text Example


Text Example

White with #CFDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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