Html Css Color HEX #CFDB1D Bitter Lemon

📋 copy color: '#CFDB1D'

red 207 ◦ green 219 ◦ blue 29

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

Shades of Bitter Lemon #CFDB1D

Tints of Bitter Lemon #CFDB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.37%

R = 45.49%
G = 48.13%
B = 6.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#CFDB1D (or 0xCFDB1D) is known color: Bitter Lemon. HEX triplet: CF, DB and 1D. RGB value is (207,219,29). Sum of RGB (Red+Green+Blue) = 207+219+29=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB1D is #3024E2. Grayscale: #C2C2C2. Windows color (decimal): -3155171 or 1956815. OLE color: 1956815.

HSL color Cylindrical-coordinate representation of color #CFDB1D: hue angle of 63.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFDB1D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 29 -
CMYK 0.05 0 0.87 0.14
HSL 63.79º 0.77% 0.49% -
HSV(B) 63.79º 0.87% 0.86% -
XYZ 51.29 64.02 10.82 -
YUV 193.75 35.02 137.45 -
System Red Green Blue C M Y K H S L
Decimal 207 219 29 0.05 0 0.87 0.14 63.79 0.77 0.49
Hex CF DB 1D 5 0 57 E 40 4D 31
Octal 317 333 35 5 0 127 16 100 115 61
Binary 11001111 11011011 11101 101 0 1010111 1110 1000000 1001101 110001

Color Harmonies of #CFDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB1D

Black with #CFDB1D

Text Example


Text Example

White with #CFDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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