Html Css Color HEX #CCF342 Pear

📋 copy color: '#CCF342'

red 204 ◦ green 243 ◦ blue 66

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

Shades of Pear #CCF342

Tints of Pear #CCF342

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.37%

 BLUE value IS 66 (26.17% from 255) = 12.87%

R = 39.77%
G = 47.37%
B = 12.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#CCF342 (or 0xCCF342) is known color: Pear. HEX triplet: CC, F3 and 42. RGB value is (204,243,66). Sum of RGB (Red+Green+Blue) = 204+243+66=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF342 is #330CBD. Grayscale: #D3D3D3. Windows color (decimal): -3345598 or 4387788. OLE color: 4387788.

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

Color convert

RGB 204 243 66 -
CMYK 0.16 0 0.73 0.05
HSL 73.22º 0.88% 0.61% -
HSV(B) 73.22º 0.73% 0.95% -
XYZ 57.94 77.33 17.03 -
YUV 211.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 204 243 66 0.16 0 0.73 0.05 73.22 0.88 0.61
Hex CC F3 42 10 0 49 5 49 58 3D
Octal 314 363 102 20 0 111 5 111 130 75
Binary 11001100 11110011 1000010 10000 0 1001001 101 1001001 1011000 111101

Color Harmonies of #CCF342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF342

Black with #CCF342

Text Example


Text Example

White with #CCF342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF342; }

 p { color: rgb(204,243,66); }

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

background-color css

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

 a { background-color: rgb(204,243,66); }

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

border-color css

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

 span { border-color: rgb(204,243,66); }

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