Html Css Color HEX #CCED2D Pear

📋 copy color: '#CCED2D'

red 204 ◦ green 237 ◦ blue 45

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

Shades of Pear #CCED2D

Tints of Pear #CCED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 41.98%
G = 48.77%
B = 9.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CCED2D (or 0xCCED2D) is known color: Pear. HEX triplet: CC, ED and 2D. RGB value is (204,237,45). Sum of RGB (Red+Green+Blue) = 204+237+45=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED2D is #3312D2. Grayscale: #CDCDCD. Windows color (decimal): -3347155 or 3009996. OLE color: 3009996.

HSL color Cylindrical-coordinate representation of color #CCED2D: hue angle of 70.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCED2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 45 -
CMYK 0.14 0 0.81 0.07
HSL 70.31º 0.84% 0.55% -
HSV(B) 70.31º 0.81% 0.93% -
XYZ 55.66 73.6 13.75 -
YUV 205.25 37.57 127.11 -
System Red Green Blue C M Y K H S L
Decimal 204 237 45 0.14 0 0.81 0.07 70.31 0.84 0.55
Hex CC ED 2D E 0 51 7 46 54 37
Octal 314 355 55 16 0 121 7 106 124 67
Binary 11001100 11101101 101101 1110 0 1010001 111 1000110 1010100 110111

Color Harmonies of #CCED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED2D

Black with #CCED2D

Text Example


Text Example

White with #CCED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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