Html Css Color HEX #CCDD2B Pear

📋 copy color: '#CCDD2B'

red 204 ◦ green 221 ◦ blue 43

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

Shades of Pear #CCDD2B

Tints of Pear #CCDD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.19%

R = 43.59%
G = 47.22%
B = 9.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#CCDD2B (or 0xCCDD2B) is known color: Pear. HEX triplet: CC, DD and 2B. RGB value is (204,221,43). Sum of RGB (Red+Green+Blue) = 204+221+43=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD2B is #3322D4. Grayscale: #C4C4C4. Windows color (decimal): -3351253 or 2874828. OLE color: 2874828.

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

Color convert

RGB 204 221 43 -
CMYK 0.08 0 0.81 0.13
HSL 65.73º 0.72% 0.52% -
HSV(B) 65.73º 0.81% 0.87% -
XYZ 51.19 64.72 12.08 -
YUV 195.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 204 221 43 0.08 0 0.81 0.13 65.73 0.72 0.52
Hex CC DD 2B 8 0 51 D 42 48 34
Octal 314 335 53 10 0 121 15 102 110 64
Binary 11001100 11011101 101011 1000 0 1010001 1101 1000010 1001000 110100

Color Harmonies of #CCDD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD2B

Black with #CCDD2B

Text Example


Text Example

White with #CCDD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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