Html Css Color HEX #CCD92D Bitter Lemon

📋 copy color: '#CCD92D'

red 204 ◦ green 217 ◦ blue 45

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

Shades of Bitter Lemon #CCD92D

Tints of Bitter Lemon #CCD92D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.57%

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

R = 43.78%
G = 46.57%
B = 9.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#CCD92D (or 0xCCD92D) is known color: Bitter Lemon. HEX triplet: CC, D9 and 2D. RGB value is (204,217,45). Sum of RGB (Red+Green+Blue) = 204+217+45=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD92D is #3326D2. Grayscale: #C2C2C2. Windows color (decimal): -3352275 or 3004876. OLE color: 3004876.

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

Color convert

RGB 204 217 45 -
CMYK 0.06 0 0.79 0.15
HSL 64.53º 0.69% 0.51% -
HSV(B) 64.53º 0.79% 0.85% -
XYZ 50.19 62.65 11.93 -
YUV 193.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 204 217 45 0.06 0 0.79 0.15 64.53 0.69 0.51
Hex CC D9 2D 6 0 4F F 41 45 33
Octal 314 331 55 6 0 117 17 101 105 63
Binary 11001100 11011001 101101 110 0 1001111 1111 1000001 1000101 110011

Color Harmonies of #CCD92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD92D

Black with #CCD92D

Text Example


Text Example

White with #CCD92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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