Html Css Color HEX #CFDD36 Bitter Lemon

📋 copy color: '#CFDD36'

red 207 ◦ green 221 ◦ blue 54

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

Shades of Bitter Lemon #CFDD36

Tints of Bitter Lemon #CFDD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 54 (21.48% from 255) = 11.2%

R = 42.95%
G = 45.85%
B = 11.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#CFDD36 (or 0xCFDD36) is known color: Bitter Lemon. HEX triplet: CF, DD and 36. RGB value is (207,221,54). Sum of RGB (Red+Green+Blue) = 207+221+54=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 54 (21.48% from 255 or 11.20% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD36 is #3022C9. Grayscale: #C6C6C6. Windows color (decimal): -3154634 or 3595727. OLE color: 3595727.

HSL color Cylindrical-coordinate representation of color #CFDD36: hue angle of 65.03º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDD36 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 54 -
CMYK 0.06 0 0.76 0.13
HSL 65.03º 0.71% 0.54% -
HSV(B) 65.03º 0.76% 0.87% -
XYZ 52.25 65.24 13.33 -
YUV 197.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 207 221 54 0.06 0 0.76 0.13 65.03 0.71 0.54
Hex CF DD 36 6 0 4C D 41 47 36
Octal 317 335 66 6 0 114 15 101 107 66
Binary 11001111 11011101 110110 110 0 1001100 1101 1000001 1000111 110110

Color Harmonies of #CFDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD36

Black with #CFDD36

Text Example


Text Example

White with #CFDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD36; }

 p { color: rgb(207,221,54); }

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

background-color css

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

 a { background-color: rgb(207,221,54); }

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

border-color css

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

 span { border-color: rgb(207,221,54); }

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