Html Css Color HEX #CFD43F Bitter Lemon

📋 copy color: '#CFD43F'

red 207 ◦ green 212 ◦ blue 63

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

Shades of Bitter Lemon #CFD43F

Tints of Bitter Lemon #CFD43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 42.95%
G = 43.98%
B = 13.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#CFD43F (or 0xCFD43F) is known color: Bitter Lemon. HEX triplet: CF, D4 and 3F. RGB value is (207,212,63). Sum of RGB (Red+Green+Blue) = 207+212+63=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD43F is #302BC0. Grayscale: #C2C2C2. Windows color (decimal): -3156929 or 4183247. OLE color: 4183247.

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

Color convert

RGB 207 212 63 -
CMYK 0.02 0 0.70 0.17
HSL 62.01º 0.63% 0.54% -
HSV(B) 62.01º 0.7% 0.83% -
XYZ 50.17 60.71 13.78 -
YUV 193.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 207 212 63 0.02 0 0.70 0.17 62.01 0.63 0.54
Hex CF D4 3F 2 0 46 11 3E 3F 36
Octal 317 324 77 2 0 106 21 76 77 66
Binary 11001111 11010100 111111 10 0 1000110 10001 111110 111111 110110

Color Harmonies of #CFD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD43F

Black with #CFD43F

Text Example


Text Example

White with #CFD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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