Html Css Color HEX #CCF93F Pear

📋 copy color: '#CCF93F'

red 204 ◦ green 249 ◦ blue 63

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

Shades of Pear #CCF93F

Tints of Pear #CCF93F

RGB

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

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

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

R = 39.53%
G = 48.26%
B = 12.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#CCF93F (or 0xCCF93F) is known color: Pear. HEX triplet: CC, F9 and 3F. RGB value is (204,249,63). Sum of RGB (Red+Green+Blue) = 204+249+63=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF93F is #3306C0. Grayscale: #D7D7D7. Windows color (decimal): -3344065 or 4192716. OLE color: 4192716.

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

Color convert

RGB 204 249 63 -
CMYK 0.18 0 0.75 0.02
HSL 74.52º 0.94% 0.61% -
HSV(B) 74.52º 0.75% 0.98% -
XYZ 59.67 80.95 17.18 -
YUV 214.34 42.59 120.62 -
System Red Green Blue C M Y K H S L
Decimal 204 249 63 0.18 0 0.75 0.02 74.52 0.94 0.61
Hex CC F9 3F 12 0 4B 2 4B 5E 3D
Octal 314 371 77 22 0 113 2 113 136 75
Binary 11001100 11111001 111111 10010 0 1001011 10 1001011 1011110 111101

Color Harmonies of #CCF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF93F

Black with #CCF93F

Text Example


Text Example

White with #CCF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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