Html Css Color HEX #CCEF1D Pear

📋 copy color: '#CCEF1D'

red 204 ◦ green 239 ◦ blue 29

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

Shades of Pear #CCEF1D

Tints of Pear #CCEF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 43.22%
G = 50.64%
B = 6.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#CCEF1D (or 0xCCEF1D) is known color: Pear. HEX triplet: CC, EF and 1D. RGB value is (204,239,29). Sum of RGB (Red+Green+Blue) = 204+239+29=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF1D is #3310E2. Grayscale: #CDCDCD. Windows color (decimal): -3346659 or 1961932. OLE color: 1961932.

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

Color convert

RGB 204 239 29 -
CMYK 0.15 0 0.88 0.06
HSL 70º 0.87% 0.53% -
HSV(B) 70º 0.88% 0.94% -
XYZ 55.99 74.66 12.62 -
YUV 204.6 28.9 127.58 -
System Red Green Blue C M Y K H S L
Decimal 204 239 29 0.15 0 0.88 0.06 70 0.87 0.53
Hex CC EF 1D F 0 58 6 46 57 35
Octal 314 357 35 17 0 130 6 106 127 65
Binary 11001100 11101111 11101 1111 0 1011000 110 1000110 1010111 110101

Color Harmonies of #CCEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF1D

Black with #CCEF1D

Text Example


Text Example

White with #CCEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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