Html Css Color HEX #CCD830 Bitter Lemon

📋 copy color: '#CCD830'

red 204 ◦ green 216 ◦ blue 48

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

Shades of Bitter Lemon #CCD830

Tints of Bitter Lemon #CCD830

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

 GREEN value IS 216 (84.77% from 255) = 46.15%

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

R = 43.59%
G = 46.15%
B = 10.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#CCD830 (or 0xCCD830) is known color: Bitter Lemon. HEX triplet: CC, D8 and 30. RGB value is (204,216,48). Sum of RGB (Red+Green+Blue) = 204+216+48=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD830 is #3327CF. Grayscale: #C1C1C1. Windows color (decimal): -3352528 or 3201228. OLE color: 3201228.

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

Color convert

RGB 204 216 48 -
CMYK 0.06 0 0.78 0.15
HSL 64.29º 0.68% 0.52% -
HSV(B) 64.29º 0.78% 0.85% -
XYZ 49.99 62.16 12.16 -
YUV 193.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 204 216 48 0.06 0 0.78 0.15 64.29 0.68 0.52
Hex CC D8 30 6 0 4E F 40 44 34
Octal 314 330 60 6 0 116 17 100 104 64
Binary 11001100 11011000 110000 110 0 1001110 1111 1000000 1000100 110100

Color Harmonies of #CCD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD830

Black with #CCD830

Text Example


Text Example

White with #CCD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD830; }

 p { color: rgb(204,216,48); }

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

background-color css

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

 a { background-color: rgb(204,216,48); }

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

border-color css

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

 span { border-color: rgb(204,216,48); }

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