Html Css Color HEX #CFDB2E Bitter Lemon

📋 copy color: '#CFDB2E'

red 207 ◦ green 219 ◦ blue 46

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

Shades of Bitter Lemon #CFDB2E

Tints of Bitter Lemon #CFDB2E

RGB

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

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

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

R = 43.86%
G = 46.4%
B = 9.75%

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

#CFDB2E (or 0xCFDB2E) is known color: Bitter Lemon. HEX triplet: CF, DB and 2E. RGB value is (207,219,46). Sum of RGB (Red+Green+Blue) = 207+219+46=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB2E is #3024D1. Grayscale: #C4C4C4. Windows color (decimal): -3155154 or 3070927. OLE color: 3070927.

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

Color convert

RGB 207 219 46 -
CMYK 0.05 0 0.79 0.14
HSL 64.16º 0.71% 0.52% -
HSV(B) 64.16º 0.79% 0.86% -
XYZ 51.56 64.13 12.24 -
YUV 195.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 207 219 46 0.05 0 0.79 0.14 64.16 0.71 0.52
Hex CF DB 2E 5 0 4F E 40 47 34
Octal 317 333 56 5 0 117 16 100 107 64
Binary 11001111 11011011 101110 101 0 1001111 1110 1000000 1000111 110100

Color Harmonies of #CFDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB2E

Black with #CFDB2E

Text Example


Text Example

White with #CFDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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