Html Css Color HEX #CCF141 Pear

📋 copy color: '#CCF141'

red 204 ◦ green 241 ◦ blue 65

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

Shades of Pear #CCF141

Tints of Pear #CCF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.75%

R = 40%
G = 47.25%
B = 12.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CCF141 (or 0xCCF141) is known color: Pear. HEX triplet: CC, F1 and 41. RGB value is (204,241,65). Sum of RGB (Red+Green+Blue) = 204+241+65=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF141 is #330EBE. Grayscale: #D2D2D2. Windows color (decimal): -3346111 or 4321740. OLE color: 4321740.

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

Color convert

RGB 204 241 65 -
CMYK 0.15 0 0.73 0.05
HSL 72.61º 0.86% 0.6% -
HSV(B) 72.61º 0.73% 0.95% -
XYZ 57.31 76.13 16.67 -
YUV 209.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 204 241 65 0.15 0 0.73 0.05 72.61 0.86 0.6
Hex CC F1 41 F 0 49 5 49 56 3C
Octal 314 361 101 17 0 111 5 111 126 74
Binary 11001100 11110001 1000001 1111 0 1001001 101 1001001 1010110 111100

Color Harmonies of #CCF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF141

Black with #CCF141

Text Example


Text Example

White with #CCF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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