Html Css Color HEX #CFDB2F Bitter Lemon

📋 copy color: '#CFDB2F'

red 207 ◦ green 219 ◦ blue 47

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

Shades of Bitter Lemon #CFDB2F

Tints of Bitter Lemon #CFDB2F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

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

R = 43.76%
G = 46.3%
B = 9.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CFDB2F (or 0xCFDB2F) is known color: Bitter Lemon. HEX triplet: CF, DB and 2F. RGB value is (207,219,47). Sum of RGB (Red+Green+Blue) = 207+219+47=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB2F is #3024D0. Grayscale: #C4C4C4. Windows color (decimal): -3155153 or 3136463. OLE color: 3136463.

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

Color convert

RGB 207 219 47 -
CMYK 0.05 0 0.79 0.14
HSL 64.19º 0.7% 0.52% -
HSV(B) 64.19º 0.79% 0.86% -
XYZ 51.58 64.13 12.35 -
YUV 195.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 207 219 47 0.05 0 0.79 0.14 64.19 0.7 0.52
Hex CF DB 2F 5 0 4F E 40 46 34
Octal 317 333 57 5 0 117 16 100 106 64
Binary 11001111 11011011 101111 101 0 1001111 1110 1000000 1000110 110100

Color Harmonies of #CFDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB2F

Black with #CFDB2F

Text Example


Text Example

White with #CFDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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