Html Css Color HEX #CCF92E Pear

📋 copy color: '#CCF92E'

red 204 ◦ green 249 ◦ blue 46

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

Shades of Pear #CCF92E

Tints of Pear #CCF92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.22%

R = 40.88%
G = 49.9%
B = 9.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#CCF92E (or 0xCCF92E) is known color: Pear. HEX triplet: CC, F9 and 2E. RGB value is (204,249,46). Sum of RGB (Red+Green+Blue) = 204+249+46=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF92E is #3306D1. Grayscale: #D5D5D5. Windows color (decimal): -3344082 or 3078604. OLE color: 3078604.

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

Color convert

RGB 204 249 46 -
CMYK 0.18 0 0.82 0.02
HSL 73.3º 0.94% 0.58% -
HSV(B) 73.3º 0.82% 0.98% -
XYZ 59.27 80.79 15.05 -
YUV 212.4 34.09 122.01 -
System Red Green Blue C M Y K H S L
Decimal 204 249 46 0.18 0 0.82 0.02 73.3 0.94 0.58
Hex CC F9 2E 12 0 52 2 49 5E 3A
Octal 314 371 56 22 0 122 2 111 136 72
Binary 11001100 11111001 101110 10010 0 1010010 10 1001001 1011110 111010

Color Harmonies of #CCF92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF92E

Black with #CCF92E

Text Example


Text Example

White with #CCF92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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