Html Css Color HEX #CCF14D Pear

📋 copy color: '#CCF14D'

red 204 ◦ green 241 ◦ blue 77

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

Shades of Pear #CCF14D

Tints of Pear #CCF14D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.17%

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 39.08%
G = 46.17%
B = 14.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#CCF14D (or 0xCCF14D) is known color: Pear. HEX triplet: CC, F1 and 4D. RGB value is (204,241,77). Sum of RGB (Red+Green+Blue) = 204+241+77=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF14D is #330EB2. Grayscale: #D3D3D3. Windows color (decimal): -3346099 or 5108172. OLE color: 5108172.

HSL color Cylindrical-coordinate representation of color #CCF14D: hue angle of 73.54º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF14D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 77 -
CMYK 0.15 0 0.68 0.05
HSL 73.54º 0.85% 0.62% -
HSV(B) 73.54º 0.68% 0.95% -
XYZ 57.7 76.28 18.7 -
YUV 211.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 204 241 77 0.15 0 0.68 0.05 73.54 0.85 0.62
Hex CC F1 4D F 0 44 5 4A 55 3E
Octal 314 361 115 17 0 104 5 112 125 76
Binary 11001100 11110001 1001101 1111 0 1000100 101 1001010 1010101 111110

Color Harmonies of #CCF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF14D

Black with #CCF14D

Text Example


Text Example

White with #CCF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF14D; }

 p { color: rgb(204,241,77); }

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

background-color css

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

 a { background-color: rgb(204,241,77); }

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

border-color css

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

 span { border-color: rgb(204,241,77); }

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