Html Css Color HEX #CCEF4A Pear

📋 copy color: '#CCEF4A'

red 204 ◦ green 239 ◦ blue 74

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

Shades of Pear #CCEF4A

Tints of Pear #CCEF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 39.46%
G = 46.23%
B = 14.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#CCEF4A (or 0xCCEF4A) is known color: Pear. HEX triplet: CC, EF and 4A. RGB value is (204,239,74). Sum of RGB (Red+Green+Blue) = 204+239+74=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF4A is #3310B5. Grayscale: #D2D2D2. Windows color (decimal): -3346614 or 4911052. OLE color: 4911052.

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

Color convert

RGB 204 239 74 -
CMYK 0.15 0 0.69 0.06
HSL 72.73º 0.84% 0.61% -
HSV(B) 72.73º 0.69% 0.94% -
XYZ 57 75.06 17.96 -
YUV 209.73 51.4 123.92 -
System Red Green Blue C M Y K H S L
Decimal 204 239 74 0.15 0 0.69 0.06 72.73 0.84 0.61
Hex CC EF 4A F 0 45 6 49 54 3D
Octal 314 357 112 17 0 105 6 111 124 75
Binary 11001100 11101111 1001010 1111 0 1000101 110 1001001 1010100 111101

Color Harmonies of #CCEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF4A

Black with #CCEF4A

Text Example


Text Example

White with #CCEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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