Html Css Color HEX #CCEF2A Pear

📋 copy color: '#CCEF2A'

red 204 ◦ green 239 ◦ blue 42

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

Shades of Pear #CCEF2A

Tints of Pear #CCEF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 42.06%
G = 49.28%
B = 8.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#CCEF2A (or 0xCCEF2A) is known color: Pear. HEX triplet: CC, EF and 2A. RGB value is (204,239,42). Sum of RGB (Red+Green+Blue) = 204+239+42=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF2A is #3310D5. Grayscale: #CECECE. Windows color (decimal): -3346646 or 2813900. OLE color: 2813900.

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

Color convert

RGB 204 239 42 -
CMYK 0.15 0 0.82 0.06
HSL 70.66º 0.86% 0.55% -
HSV(B) 70.66º 0.82% 0.94% -
XYZ 56.19 74.74 13.65 -
YUV 206.08 35.4 126.52 -
System Red Green Blue C M Y K H S L
Decimal 204 239 42 0.15 0 0.82 0.06 70.66 0.86 0.55
Hex CC EF 2A F 0 52 6 47 56 37
Octal 314 357 52 17 0 122 6 107 126 67
Binary 11001100 11101111 101010 1111 0 1010010 110 1000111 1010110 110111

Color Harmonies of #CCEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF2A

Black with #CCEF2A

Text Example


Text Example

White with #CCEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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