Html Css Color HEX #CCED3D Pear

📋 copy color: '#CCED3D'

red 204 ◦ green 237 ◦ blue 61

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

Shades of Pear #CCED3D

Tints of Pear #CCED3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.15%

R = 40.64%
G = 47.21%
B = 12.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#CCED3D (or 0xCCED3D) is known color: Pear. HEX triplet: CC, ED and 3D. RGB value is (204,237,61). Sum of RGB (Red+Green+Blue) = 204+237+61=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3D is #3312C2. Grayscale: #CFCFCF. Windows color (decimal): -3347139 or 4058572. OLE color: 4058572.

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

Color convert

RGB 204 237 61 -
CMYK 0.14 0 0.74 0.07
HSL 71.25º 0.83% 0.58% -
HSV(B) 71.25º 0.74% 0.93% -
XYZ 56.03 73.74 15.7 -
YUV 207.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 204 237 61 0.14 0 0.74 0.07 71.25 0.83 0.58
Hex CC ED 3D E 0 4A 7 47 53 3A
Octal 314 355 75 16 0 112 7 107 123 72
Binary 11001100 11101101 111101 1110 0 1001010 111 1000111 1010011 111010

Color Harmonies of #CCED3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED3D

Black with #CCED3D

Text Example


Text Example

White with #CCED3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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