Html Css Color HEX #CFD640 Bitter Lemon

📋 copy color: '#CFD640'

red 207 ◦ green 214 ◦ blue 64

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

Shades of Bitter Lemon #CFD640

Tints of Bitter Lemon #CFD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 42.68%
G = 44.12%
B = 13.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#CFD640 (or 0xCFD640) is known color: Bitter Lemon. HEX triplet: CF, D6 and 40. RGB value is (207,214,64). Sum of RGB (Red+Green+Blue) = 207+214+64=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD640 is #3029BF. Grayscale: #C3C3C3. Windows color (decimal): -3156416 or 4249295. OLE color: 4249295.

HSL color Cylindrical-coordinate representation of color #CFD640: hue angle of 62.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFD640 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 64 -
CMYK 0.03 0 0.70 0.16
HSL 62.8º 0.65% 0.55% -
HSV(B) 62.8º 0.7% 0.84% -
XYZ 50.7 61.73 14.09 -
YUV 194.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 207 214 64 0.03 0 0.70 0.16 62.8 0.65 0.55
Hex CF D6 40 3 0 46 10 3F 41 37
Octal 317 326 100 3 0 106 20 77 101 67
Binary 11001111 11010110 1000000 11 0 1000110 10000 111111 1000001 110111

Color Harmonies of #CFD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD640

Black with #CFD640

Text Example


Text Example

White with #CFD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD640; }

 p { color: rgb(207,214,64); }

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

background-color css

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

 a { background-color: rgb(207,214,64); }

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

border-color css

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

 span { border-color: rgb(207,214,64); }

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