Html Css Color HEX #CCED2F Pear

📋 copy color: '#CCED2F'

red 204 ◦ green 237 ◦ blue 47

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

Shades of Pear #CCED2F

Tints of Pear #CCED2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.63%

R = 41.8%
G = 48.57%
B = 9.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#CCED2F (or 0xCCED2F) is known color: Pear. HEX triplet: CC, ED and 2F. RGB value is (204,237,47). Sum of RGB (Red+Green+Blue) = 204+237+47=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED2F is #3312D0. Grayscale: #CECECE. Windows color (decimal): -3347153 or 3141068. OLE color: 3141068.

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

Color convert

RGB 204 237 47 -
CMYK 0.14 0 0.80 0.07
HSL 70.42º 0.84% 0.56% -
HSV(B) 70.42º 0.8% 0.93% -
XYZ 55.7 73.61 13.96 -
YUV 205.47 38.57 126.95 -
System Red Green Blue C M Y K H S L
Decimal 204 237 47 0.14 0 0.80 0.07 70.42 0.84 0.56
Hex CC ED 2F E 0 50 7 46 54 38
Octal 314 355 57 16 0 120 7 106 124 70
Binary 11001100 11101101 101111 1110 0 1010000 111 1000110 1010100 111000

Color Harmonies of #CCED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED2F

Black with #CCED2F

Text Example


Text Example

White with #CCED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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