Html Css Color HEX #CFDD3B Bitter Lemon

📋 copy color: '#CFDD3B'

red 207 ◦ green 221 ◦ blue 59

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

Shades of Bitter Lemon #CFDD3B

Tints of Bitter Lemon #CFDD3B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.38%

 BLUE value IS 59 (23.44% from 255) = 12.11%

R = 42.51%
G = 45.38%
B = 12.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CFDD3B (or 0xCFDD3B) is known color: Bitter Lemon. HEX triplet: CF, DD and 3B. RGB value is (207,221,59). Sum of RGB (Red+Green+Blue) = 207+221+59=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 59 (23.44% from 255 or 12.11% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD3B is #3022C4. Grayscale: #C6C6C6. Windows color (decimal): -3154629 or 3923407. OLE color: 3923407.

HSL color Cylindrical-coordinate representation of color #CFDD3B: hue angle of 65.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFDD3B is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 59 -
CMYK 0.06 0 0.73 0.13
HSL 65.19º 0.7% 0.55% -
HSV(B) 65.19º 0.73% 0.87% -
XYZ 52.38 65.29 13.98 -
YUV 198.35 49.36 134.17 -
System Red Green Blue C M Y K H S L
Decimal 207 221 59 0.06 0 0.73 0.13 65.19 0.7 0.55
Hex CF DD 3B 6 0 49 D 41 46 37
Octal 317 335 73 6 0 111 15 101 106 67
Binary 11001111 11011101 111011 110 0 1001001 1101 1000001 1000110 110111

Color Harmonies of #CFDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD3B

Black with #CFDD3B

Text Example


Text Example

White with #CFDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD3B; }

 p { color: rgb(207,221,59); }

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

background-color css

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

 a { background-color: rgb(207,221,59); }

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

border-color css

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

 span { border-color: rgb(207,221,59); }

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