Html Css Color HEX #CCF94D Pear

📋 copy color: '#CCF94D'

red 204 ◦ green 249 ◦ blue 77

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

Shades of Pear #CCF94D

Tints of Pear #CCF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

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

R = 38.49%
G = 46.98%
B = 14.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#CCF94D (or 0xCCF94D) is known color: Pear. HEX triplet: CC, F9 and 4D. RGB value is (204,249,77). Sum of RGB (Red+Green+Blue) = 204+249+77=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF94D is #3306B2. Grayscale: #D8D8D8. Windows color (decimal): -3344051 or 5110220. OLE color: 5110220.

HSL color Cylindrical-coordinate representation of color #CCF94D: hue angle of 75.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF94D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 77 -
CMYK 0.18 0 0.69 0.02
HSL 75.7º 0.93% 0.64% -
HSV(B) 75.7º 0.69% 0.98% -
XYZ 60.12 81.12 19.51 -
YUV 215.94 49.59 119.49 -
System Red Green Blue C M Y K H S L
Decimal 204 249 77 0.18 0 0.69 0.02 75.7 0.93 0.64
Hex CC F9 4D 12 0 45 2 4C 5D 40
Octal 314 371 115 22 0 105 2 114 135 100
Binary 11001100 11111001 1001101 10010 0 1000101 10 1001100 1011101 1000000

Color Harmonies of #CCF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF94D

Black with #CCF94D

Text Example


Text Example

White with #CCF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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