Html Css Color HEX #CCDD1E Pear

📋 copy color: '#CCDD1E'

red 204 ◦ green 221 ◦ blue 30

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

Shades of Pear #CCDD1E

Tints of Pear #CCDD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.59%

R = 44.84%
G = 48.57%
B = 6.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#CCDD1E (or 0xCCDD1E) is known color: Pear. HEX triplet: CC, DD and 1E. RGB value is (204,221,30). Sum of RGB (Red+Green+Blue) = 204+221+30=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD1E is #3322E1. Grayscale: #C2C2C2. Windows color (decimal): -3351266 or 2022860. OLE color: 2022860.

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

Color convert

RGB 204 221 30 -
CMYK 0.08 0 0.86 0.13
HSL 65.34º 0.76% 0.49% -
HSV(B) 65.34º 0.86% 0.87% -
XYZ 50.99 64.64 11.02 -
YUV 194.14 35.37 135.03 -
System Red Green Blue C M Y K H S L
Decimal 204 221 30 0.08 0 0.86 0.13 65.34 0.76 0.49
Hex CC DD 1E 8 0 56 D 41 4C 31
Octal 314 335 36 10 0 126 15 101 114 61
Binary 11001100 11011101 11110 1000 0 1010110 1101 1000001 1001100 110001

Color Harmonies of #CCDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD1E

Black with #CCDD1E

Text Example


Text Example

White with #CCDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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