Html Css Color HEX #CCF92A Pear

📋 copy color: '#CCF92A'

red 204 ◦ green 249 ◦ blue 42

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

Shades of Pear #CCF92A

Tints of Pear #CCF92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.48%

R = 41.21%
G = 50.3%
B = 8.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#CCF92A (or 0xCCF92A) is known color: Pear. HEX triplet: CC, F9 and 2A. RGB value is (204,249,42). Sum of RGB (Red+Green+Blue) = 204+249+42=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF92A is #3306D5. Grayscale: #D4D4D4. Windows color (decimal): -3344086 or 2816460. OLE color: 2816460.

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

Color convert

RGB 204 249 42 -
CMYK 0.18 0 0.83 0.02
HSL 73.04º 0.95% 0.57% -
HSV(B) 73.04º 0.83% 0.98% -
XYZ 59.2 80.76 14.66 -
YUV 211.95 32.09 122.33 -
System Red Green Blue C M Y K H S L
Decimal 204 249 42 0.18 0 0.83 0.02 73.04 0.95 0.57
Hex CC F9 2A 12 0 53 2 49 5F 39
Octal 314 371 52 22 0 123 2 111 137 71
Binary 11001100 11111001 101010 10010 0 1010011 10 1001001 1011111 111001

Color Harmonies of #CCF92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF92A

Black with #CCF92A

Text Example


Text Example

White with #CCF92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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