Html Css Color HEX #CCF12A Pear

📋 copy color: '#CCF12A'

red 204 ◦ green 241 ◦ blue 42

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

Shades of Pear #CCF12A

Tints of Pear #CCF12A

RGB

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

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

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

R = 41.89%
G = 49.49%
B = 8.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CCF12A (or 0xCCF12A) is known color: Pear. HEX triplet: CC, F1 and 2A. RGB value is (204,241,42). Sum of RGB (Red+Green+Blue) = 204+241+42=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12A is #330ED5. Grayscale: #D0D0D0. Windows color (decimal): -3346134 or 2814412. OLE color: 2814412.

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

Color convert

RGB 204 241 42 -
CMYK 0.15 0 0.83 0.05
HSL 71.16º 0.88% 0.55% -
HSV(B) 71.16º 0.83% 0.95% -
XYZ 56.78 75.92 13.85 -
YUV 207.25 34.74 125.68 -
System Red Green Blue C M Y K H S L
Decimal 204 241 42 0.15 0 0.83 0.05 71.16 0.88 0.55
Hex CC F1 2A F 0 53 5 47 58 37
Octal 314 361 52 17 0 123 5 107 130 67
Binary 11001100 11110001 101010 1111 0 1010011 101 1000111 1011000 110111

Color Harmonies of #CCF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF12A

Black with #CCF12A

Text Example


Text Example

White with #CCF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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