Html Css Color HEX #CCF13F Pear

📋 copy color: '#CCF13F'

red 204 ◦ green 241 ◦ blue 63

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

Shades of Pear #CCF13F

Tints of Pear #CCF13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.4%

R = 40.16%
G = 47.44%
B = 12.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#CCF13F (or 0xCCF13F) is known color: Pear. HEX triplet: CC, F1 and 3F. RGB value is (204,241,63). Sum of RGB (Red+Green+Blue) = 204+241+63=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF13F is #330EC0. Grayscale: #D2D2D2. Windows color (decimal): -3346113 or 4190668. OLE color: 4190668.

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

Color convert

RGB 204 241 63 -
CMYK 0.15 0 0.74 0.05
HSL 72.47º 0.86% 0.6% -
HSV(B) 72.47º 0.74% 0.95% -
XYZ 57.25 76.11 16.38 -
YUV 209.65 45.24 123.97 -
System Red Green Blue C M Y K H S L
Decimal 204 241 63 0.15 0 0.74 0.05 72.47 0.86 0.6
Hex CC F1 3F F 0 4A 5 48 56 3C
Octal 314 361 77 17 0 112 5 110 126 74
Binary 11001100 11110001 111111 1111 0 1001010 101 1001000 1010110 111100

Color Harmonies of #CCF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF13F

Black with #CCF13F

Text Example


Text Example

White with #CCF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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