Html Css Color HEX #CCEF2D Pear

📋 copy color: '#CCEF2D'

red 204 ◦ green 239 ◦ blue 45

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

Shades of Pear #CCEF2D

Tints of Pear #CCEF2D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.98%

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

R = 41.8%
G = 48.98%
B = 9.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#CCEF2D (or 0xCCEF2D) is known color: Pear. HEX triplet: CC, EF and 2D. RGB value is (204,239,45). Sum of RGB (Red+Green+Blue) = 204+239+45=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF2D is #3310D2. Grayscale: #CFCFCF. Windows color (decimal): -3346643 or 3010508. OLE color: 3010508.

HSL color Cylindrical-coordinate representation of color #CCEF2D: hue angle of 70.82º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCEF2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 45 -
CMYK 0.15 0 0.81 0.06
HSL 70.82º 0.86% 0.56% -
HSV(B) 70.82º 0.81% 0.94% -
XYZ 56.24 74.76 13.95 -
YUV 206.42 36.9 126.27 -
System Red Green Blue C M Y K H S L
Decimal 204 239 45 0.15 0 0.81 0.06 70.82 0.86 0.56
Hex CC EF 2D F 0 51 6 47 56 38
Octal 314 357 55 17 0 121 6 107 126 70
Binary 11001100 11101111 101101 1111 0 1010001 110 1000111 1010110 111000

Color Harmonies of #CCEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF2D

Black with #CCEF2D

Text Example


Text Example

White with #CCEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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