Html Css Color HEX #CFD541 Bitter Lemon

📋 copy color: '#CFD541'

red 207 ◦ green 213 ◦ blue 65

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

Shades of Bitter Lemon #CFD541

Tints of Bitter Lemon #CFD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 65 (25.78% from 255) = 13.4%

R = 42.68%
G = 43.92%
B = 13.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CFD541 (or 0xCFD541) is known color: Bitter Lemon. HEX triplet: CF, D5 and 41. RGB value is (207,213,65). Sum of RGB (Red+Green+Blue) = 207+213+65=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD541 is #302ABE. Grayscale: #C2C2C2. Windows color (decimal): -3156671 or 4314575. OLE color: 4314575.

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

Color convert

RGB 207 213 65 -
CMYK 0.03 0 0.69 0.16
HSL 62.43º 0.64% 0.55% -
HSV(B) 62.43º 0.69% 0.84% -
XYZ 50.48 61.24 14.16 -
YUV 194.33 55.01 137.03 -
System Red Green Blue C M Y K H S L
Decimal 207 213 65 0.03 0 0.69 0.16 62.43 0.64 0.55
Hex CF D5 41 3 0 45 10 3E 40 37
Octal 317 325 101 3 0 105 20 76 100 67
Binary 11001111 11010101 1000001 11 0 1000101 10000 111110 1000000 110111

Color Harmonies of #CFD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD541

Black with #CFD541

Text Example


Text Example

White with #CFD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD541; }

 p { color: rgb(207,213,65); }

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

background-color css

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

 a { background-color: rgb(207,213,65); }

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

border-color css

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

 span { border-color: rgb(207,213,65); }

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