Html Css Color HEX #CFD63B Bitter Lemon

📋 copy color: '#CFD63B'

red 207 ◦ green 214 ◦ blue 59

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

Shades of Bitter Lemon #CFD63B

Tints of Bitter Lemon #CFD63B

RGB

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

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

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

R = 43.13%
G = 44.58%
B = 12.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#CFD63B (or 0xCFD63B) is known color: Bitter Lemon. HEX triplet: CF, D6 and 3B. RGB value is (207,214,59). Sum of RGB (Red+Green+Blue) = 207+214+59=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD63B is #3029C4. Grayscale: #C2C2C2. Windows color (decimal): -3156421 or 3921615. OLE color: 3921615.

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

Color convert

RGB 207 214 59 -
CMYK 0.03 0 0.72 0.16
HSL 62.71º 0.65% 0.54% -
HSV(B) 62.71º 0.72% 0.84% -
XYZ 50.57 61.67 13.38 -
YUV 194.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 207 214 59 0.03 0 0.72 0.16 62.71 0.65 0.54
Hex CF D6 3B 3 0 48 10 3F 41 36
Octal 317 326 73 3 0 110 20 77 101 66
Binary 11001111 11010110 111011 11 0 1001000 10000 111111 1000001 110110

Color Harmonies of #CFD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD63B

Black with #CFD63B

Text Example


Text Example

White with #CFD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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