Html Css Color HEX #CCD730 Bitter Lemon

📋 copy color: '#CCD730'

red 204 ◦ green 215 ◦ blue 48

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

Shades of Bitter Lemon #CCD730

Tints of Bitter Lemon #CCD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 43.68%
G = 46.04%
B = 10.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CCD730 (or 0xCCD730) is known color: Bitter Lemon. HEX triplet: CC, D7 and 30. RGB value is (204,215,48). Sum of RGB (Red+Green+Blue) = 204+215+48=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD730 is #3328CF. Grayscale: #C1C1C1. Windows color (decimal): -3352784 or 3200972. OLE color: 3200972.

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

Color convert

RGB 204 215 48 -
CMYK 0.05 0 0.78 0.16
HSL 63.95º 0.68% 0.52% -
HSV(B) 63.95º 0.78% 0.84% -
XYZ 49.74 61.65 12.07 -
YUV 192.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 204 215 48 0.05 0 0.78 0.16 63.95 0.68 0.52
Hex CC D7 30 5 0 4E 10 40 44 34
Octal 314 327 60 5 0 116 20 100 104 64
Binary 11001100 11010111 110000 101 0 1001110 10000 1000000 1000100 110100

Color Harmonies of #CCD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD730

Black with #CCD730

Text Example


Text Example

White with #CCD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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