Html Css Color HEX #CCD02D Bitter Lemon

📋 copy color: '#CCD02D'

red 204 ◦ green 208 ◦ blue 45

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

Shades of Bitter Lemon #CCD02D

Tints of Bitter Lemon #CCD02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 45 (17.97% from 255) = 9.85%

R = 44.64%
G = 45.51%
B = 9.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#CCD02D (or 0xCCD02D) is known color: Bitter Lemon. HEX triplet: CC, D0 and 2D. RGB value is (204,208,45). Sum of RGB (Red+Green+Blue) = 204+208+45=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD02D is #332FD2. Grayscale: #BCBCBC. Windows color (decimal): -3354579 or 3002572. OLE color: 3002572.

HSL color Cylindrical-coordinate representation of color #CCD02D: hue angle of 61.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCD02D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 45 -
CMYK 0.02 0 0.78 0.18
HSL 61.47º 0.64% 0.5% -
HSV(B) 61.47º 0.78% 0.82% -
XYZ 47.93 58.14 11.18 -
YUV 188.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 204 208 45 0.02 0 0.78 0.18 61.47 0.64 0.5
Hex CC D0 2D 2 0 4E 12 3D 40 32
Octal 314 320 55 2 0 116 22 75 100 62
Binary 11001100 11010000 101101 10 0 1001110 10010 111101 1000000 110010

Color Harmonies of #CCD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD02D

Black with #CCD02D

Text Example


Text Example

White with #CCD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD02D; }

 p { color: rgb(204,208,45); }

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

background-color css

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

 a { background-color: rgb(204,208,45); }

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

border-color css

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

 span { border-color: rgb(204,208,45); }

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