Html Css Color HEX #CFD43E Bitter Lemon

📋 copy color: '#CFD43E'

red 207 ◦ green 212 ◦ blue 62

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

Shades of Bitter Lemon #CFD43E

Tints of Bitter Lemon #CFD43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.89%

R = 43.04%
G = 44.07%
B = 12.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#CFD43E (or 0xCFD43E) is known color: Bitter Lemon. HEX triplet: CF, D4 and 3E. RGB value is (207,212,62). Sum of RGB (Red+Green+Blue) = 207+212+62=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD43E is #302BC1. Grayscale: #C2C2C2. Windows color (decimal): -3156930 or 4117711. OLE color: 4117711.

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

Color convert

RGB 207 212 62 -
CMYK 0.02 0 0.71 0.17
HSL 62º 0.64% 0.54% -
HSV(B) 62º 0.71% 0.83% -
XYZ 50.15 60.7 13.63 -
YUV 193.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 207 212 62 0.02 0 0.71 0.17 62 0.64 0.54
Hex CF D4 3E 2 0 47 11 3E 40 36
Octal 317 324 76 2 0 107 21 76 100 66
Binary 11001111 11010100 111110 10 0 1000111 10001 111110 1000000 110110

Color Harmonies of #CFD43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD43E

Black with #CFD43E

Text Example


Text Example

White with #CFD43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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