Html Css Color HEX #CFD43D Bitter Lemon

📋 copy color: '#CFD43D'

red 207 ◦ green 212 ◦ blue 61

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

Shades of Bitter Lemon #CFD43D

Tints of Bitter Lemon #CFD43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.71%

R = 43.13%
G = 44.17%
B = 12.71%

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

#CFD43D (or 0xCFD43D) is known color: Bitter Lemon. HEX triplet: CF, D4 and 3D. RGB value is (207,212,61). Sum of RGB (Red+Green+Blue) = 207+212+61=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD43D is #302BC2. Grayscale: #C1C1C1. Windows color (decimal): -3156931 or 4052175. OLE color: 4052175.

HSL color Cylindrical-coordinate representation of color #CFD43D: hue angle of 61.99º 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 #CFD43D is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 61 -
CMYK 0.02 0 0.71 0.17
HSL 61.99º 0.64% 0.54% -
HSV(B) 61.99º 0.71% 0.83% -
XYZ 50.12 60.69 13.49 -
YUV 193.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 207 212 61 0.02 0 0.71 0.17 61.99 0.64 0.54
Hex CF D4 3D 2 0 47 11 3E 40 36
Octal 317 324 75 2 0 107 21 76 100 66
Binary 11001111 11010100 111101 10 0 1000111 10001 111110 1000000 110110

Color Harmonies of #CFD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD43D

Black with #CFD43D

Text Example


Text Example

White with #CFD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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