Html Css Color HEX #CFDA3D Bitter Lemon

📋 copy color: '#CFDA3D'

red 207 ◦ green 218 ◦ blue 61

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

Shades of Bitter Lemon #CFDA3D

Tints of Bitter Lemon #CFDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

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

R = 42.59%
G = 44.86%
B = 12.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#CFDA3D (or 0xCFDA3D) is known color: Bitter Lemon. HEX triplet: CF, DA and 3D. RGB value is (207,218,61). Sum of RGB (Red+Green+Blue) = 207+218+61=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA3D is #3025C2. Grayscale: #C5C5C5. Windows color (decimal): -3155395 or 4053711. OLE color: 4053711.

HSL color Cylindrical-coordinate representation of color #CFDA3D: hue angle of 64.2º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFDA3D is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 61 -
CMYK 0.05 0 0.72 0.15
HSL 64.2º 0.68% 0.55% -
HSV(B) 64.2º 0.72% 0.85% -
XYZ 51.65 63.75 14 -
YUV 196.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 207 218 61 0.05 0 0.72 0.15 64.2 0.68 0.55
Hex CF DA 3D 5 0 48 F 40 44 37
Octal 317 332 75 5 0 110 17 100 104 67
Binary 11001111 11011010 111101 101 0 1001000 1111 1000000 1000100 110111

Color Harmonies of #CFDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA3D

Black with #CFDA3D

Text Example


Text Example

White with #CFDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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