Html Css Color HEX #CFDD31 Bitter Lemon

📋 copy color: '#CFDD31'

red 207 ◦ green 221 ◦ blue 49

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

Shades of Bitter Lemon #CFDD31

Tints of Bitter Lemon #CFDD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.27%

R = 43.4%
G = 46.33%
B = 10.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CFDD31 (or 0xCFDD31) is known color: Bitter Lemon. HEX triplet: CF, DD and 31. RGB value is (207,221,49). Sum of RGB (Red+Green+Blue) = 207+221+49=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD31 is #3022CE. Grayscale: #C5C5C5. Windows color (decimal): -3154639 or 3268047. OLE color: 3268047.

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

Color convert

RGB 207 221 49 -
CMYK 0.06 0 0.78 0.13
HSL 64.88º 0.72% 0.53% -
HSV(B) 64.88º 0.78% 0.87% -
XYZ 52.14 65.2 12.74 -
YUV 197.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 207 221 49 0.06 0 0.78 0.13 64.88 0.72 0.53
Hex CF DD 31 6 0 4E D 41 48 35
Octal 317 335 61 6 0 116 15 101 110 65
Binary 11001111 11011101 110001 110 0 1001110 1101 1000001 1001000 110101

Color Harmonies of #CFDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD31

Black with #CFDD31

Text Example


Text Example

White with #CFDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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