Html Css Color HEX #CFD43C Bitter Lemon

📋 copy color: '#CFD43C'

red 207 ◦ green 212 ◦ blue 60

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

Shades of Bitter Lemon #CFD43C

Tints of Bitter Lemon #CFD43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

 BLUE value IS 60 (23.83% from 255) = 12.53%

R = 43.22%
G = 44.26%
B = 12.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#CFD43C (or 0xCFD43C) is known color: Bitter Lemon. HEX triplet: CF, D4 and 3C. RGB value is (207,212,60). Sum of RGB (Red+Green+Blue) = 207+212+60=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD43C is #302BC3. Grayscale: #C1C1C1. Windows color (decimal): -3156932 or 3986639. OLE color: 3986639.

HSL color Cylindrical-coordinate representation of color #CFD43C: hue angle of 61.97º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD43C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 60 -
CMYK 0.02 0 0.72 0.17
HSL 61.97º 0.64% 0.53% -
HSV(B) 61.97º 0.72% 0.83% -
XYZ 50.09 60.68 13.35 -
YUV 193.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 207 212 60 0.02 0 0.72 0.17 61.97 0.64 0.53
Hex CF D4 3C 2 0 48 11 3E 40 35
Octal 317 324 74 2 0 110 21 76 100 65
Binary 11001111 11010100 111100 10 0 1001000 10001 111110 1000000 110101

Color Harmonies of #CFD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD43C

Black with #CFD43C

Text Example


Text Example

White with #CFD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD43C; }

 p { color: rgb(207,212,60); }

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

background-color css

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

 a { background-color: rgb(207,212,60); }

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

border-color css

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

 span { border-color: rgb(207,212,60); }

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