Html Css Color HEX #CCEF1A Pear

📋 copy color: '#CCEF1A'

red 204 ◦ green 239 ◦ blue 26

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

Shades of Pear #CCEF1A

Tints of Pear #CCEF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 43.5%
G = 50.96%
B = 5.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#CCEF1A (or 0xCCEF1A) is known color: Pear. HEX triplet: CC, EF and 1A. RGB value is (204,239,26). Sum of RGB (Red+Green+Blue) = 204+239+26=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF1A is #3310E5. Grayscale: #CDCDCD. Windows color (decimal): -3346662 or 1765324. OLE color: 1765324.

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

Color convert

RGB 204 239 26 -
CMYK 0.15 0 0.89 0.06
HSL 69.86º 0.87% 0.52% -
HSV(B) 69.86º 0.89% 0.94% -
XYZ 55.95 74.64 12.44 -
YUV 204.25 27.4 127.82 -
System Red Green Blue C M Y K H S L
Decimal 204 239 26 0.15 0 0.89 0.06 69.86 0.87 0.52
Hex CC EF 1A F 0 59 6 46 57 34
Octal 314 357 32 17 0 131 6 106 127 64
Binary 11001100 11101111 11010 1111 0 1011001 110 1000110 1010111 110100

Color Harmonies of #CCEF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF1A

Black with #CCEF1A

Text Example


Text Example

White with #CCEF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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