Html Css Color HEX #CFDD32 Bitter Lemon

📋 copy color: '#CFDD32'

red 207 ◦ green 221 ◦ blue 50

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

Shades of Bitter Lemon #CFDD32

Tints of Bitter Lemon #CFDD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.46%

R = 43.31%
G = 46.23%
B = 10.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#CFDD32 (or 0xCFDD32) is known color: Bitter Lemon. HEX triplet: CF, DD and 32. RGB value is (207,221,50). Sum of RGB (Red+Green+Blue) = 207+221+50=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD32 is #3022CD. Grayscale: #C5C5C5. Windows color (decimal): -3154638 or 3333583. OLE color: 3333583.

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

Color convert

RGB 207 221 50 -
CMYK 0.06 0 0.77 0.13
HSL 64.91º 0.72% 0.53% -
HSV(B) 64.91º 0.77% 0.87% -
XYZ 52.16 65.21 12.85 -
YUV 197.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 207 221 50 0.06 0 0.77 0.13 64.91 0.72 0.53
Hex CF DD 32 6 0 4D D 41 48 35
Octal 317 335 62 6 0 115 15 101 110 65
Binary 11001111 11011101 110010 110 0 1001101 1101 1000001 1001000 110101

Color Harmonies of #CFDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD32

Black with #CFDD32

Text Example


Text Example

White with #CFDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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