Html Css Color HEX #CFD63A Bitter Lemon

📋 copy color: '#CFD63A'

red 207 ◦ green 214 ◦ blue 58

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

Shades of Bitter Lemon #CFD63A

Tints of Bitter Lemon #CFD63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 43.22%
G = 44.68%
B = 12.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#CFD63A (or 0xCFD63A) is known color: Bitter Lemon. HEX triplet: CF, D6 and 3A. RGB value is (207,214,58). Sum of RGB (Red+Green+Blue) = 207+214+58=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD63A is #3029C5. Grayscale: #C2C2C2. Windows color (decimal): -3156422 or 3856079. OLE color: 3856079.

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

Color convert

RGB 207 214 58 -
CMYK 0.03 0 0.73 0.16
HSL 62.69º 0.66% 0.53% -
HSV(B) 62.69º 0.73% 0.84% -
XYZ 50.54 61.66 13.24 -
YUV 194.12 51.18 137.18 -
System Red Green Blue C M Y K H S L
Decimal 207 214 58 0.03 0 0.73 0.16 62.69 0.66 0.53
Hex CF D6 3A 3 0 49 10 3F 42 35
Octal 317 326 72 3 0 111 20 77 102 65
Binary 11001111 11010110 111010 11 0 1001001 10000 111111 1000010 110101

Color Harmonies of #CFD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD63A

Black with #CFD63A

Text Example


Text Example

White with #CFD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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