Html Css Color HEX #CFDD30 Bitter Lemon

📋 copy color: '#CFDD30'

red 207 ◦ green 221 ◦ blue 48

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

Shades of Bitter Lemon #CFDD30

Tints of Bitter Lemon #CFDD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.08%

R = 43.49%
G = 46.43%
B = 10.08%

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

#CFDD30 (or 0xCFDD30) is known color: Bitter Lemon. HEX triplet: CF, DD and 30. RGB value is (207,221,48). Sum of RGB (Red+Green+Blue) = 207+221+48=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD30 is #3022CF. Grayscale: #C5C5C5. Windows color (decimal): -3154640 or 3202511. OLE color: 3202511.

HSL color Cylindrical-coordinate representation of color #CFDD30: hue angle of 64.86º 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 #CFDD30 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 48 -
CMYK 0.06 0 0.78 0.13
HSL 64.86º 0.72% 0.53% -
HSV(B) 64.86º 0.78% 0.87% -
XYZ 52.12 65.19 12.63 -
YUV 197.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 207 221 48 0.06 0 0.78 0.13 64.86 0.72 0.53
Hex CF DD 30 6 0 4E D 41 48 35
Octal 317 335 60 6 0 116 15 101 110 65
Binary 11001111 11011101 110000 110 0 1001110 1101 1000001 1001000 110101

Color Harmonies of #CFDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD30

Black with #CFDD30

Text Example


Text Example

White with #CFDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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