Html Css Color HEX #CCDD25 Pear

📋 copy color: '#CCDD25'

red 204 ◦ green 221 ◦ blue 37

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

Shades of Pear #CCDD25

Tints of Pear #CCDD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.01%

R = 44.16%
G = 47.84%
B = 8.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#CCDD25 (or 0xCCDD25) is known color: Pear. HEX triplet: CC, DD and 25. RGB value is (204,221,37). Sum of RGB (Red+Green+Blue) = 204+221+37=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD25 is #3322DA. Grayscale: #C3C3C3. Windows color (decimal): -3351259 or 2481612. OLE color: 2481612.

HSL color Cylindrical-coordinate representation of color #CCDD25: hue angle of 65.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDD25 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 37 -
CMYK 0.08 0 0.83 0.13
HSL 65.54º 0.73% 0.51% -
HSV(B) 65.54º 0.83% 0.87% -
XYZ 51.09 64.68 11.54 -
YUV 194.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 204 221 37 0.08 0 0.83 0.13 65.54 0.73 0.51
Hex CC DD 25 8 0 53 D 42 49 33
Octal 314 335 45 10 0 123 15 102 111 63
Binary 11001100 11011101 100101 1000 0 1010011 1101 1000010 1001001 110011

Color Harmonies of #CCDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD25

Black with #CCDD25

Text Example


Text Example

White with #CCDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD25; }

 p { color: rgb(204,221,37); }

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

background-color css

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

 a { background-color: rgb(204,221,37); }

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

border-color css

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

 span { border-color: rgb(204,221,37); }

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