Html Css Color HEX #CCED3F Pear

📋 copy color: '#CCED3F'

red 204 ◦ green 237 ◦ blue 63

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

Shades of Pear #CCED3F

Tints of Pear #CCED3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.5%

R = 40.48%
G = 47.02%
B = 12.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#CCED3F (or 0xCCED3F) is known color: Pear. HEX triplet: CC, ED and 3F. RGB value is (204,237,63). Sum of RGB (Red+Green+Blue) = 204+237+63=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED3F is #3312C0. Grayscale: #CFCFCF. Windows color (decimal): -3347137 or 4189644. OLE color: 4189644.

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

Color convert

RGB 204 237 63 -
CMYK 0.14 0 0.73 0.07
HSL 71.38º 0.83% 0.59% -
HSV(B) 71.38º 0.73% 0.93% -
XYZ 56.08 73.76 15.98 -
YUV 207.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 204 237 63 0.14 0 0.73 0.07 71.38 0.83 0.59
Hex CC ED 3F E 0 49 7 47 53 3B
Octal 314 355 77 16 0 111 7 107 123 73
Binary 11001100 11101101 111111 1110 0 1001001 111 1000111 1010011 111011

Color Harmonies of #CCED3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED3F

Black with #CCED3F

Text Example


Text Example

White with #CCED3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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