Html Css Color HEX #CCF93B Pear

📋 copy color: '#CCF93B'

red 204 ◦ green 249 ◦ blue 59

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

Shades of Pear #CCF93B

Tints of Pear #CCF93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.52%

R = 39.84%
G = 48.63%
B = 11.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#CCF93B (or 0xCCF93B) is known color: Pear. HEX triplet: CC, F9 and 3B. RGB value is (204,249,59). Sum of RGB (Red+Green+Blue) = 204+249+59=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 59 (23.44% from 255 or 11.52% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF93B is #3306C4. Grayscale: #D6D6D6. Windows color (decimal): -3344069 or 3930572. OLE color: 3930572.

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

Color convert

RGB 204 249 59 -
CMYK 0.18 0 0.76 0.02
HSL 74.21º 0.94% 0.6% -
HSV(B) 74.21º 0.76% 0.98% -
XYZ 59.57 80.9 16.61 -
YUV 213.89 40.59 120.95 -
System Red Green Blue C M Y K H S L
Decimal 204 249 59 0.18 0 0.76 0.02 74.21 0.94 0.6
Hex CC F9 3B 12 0 4C 2 4A 5E 3C
Octal 314 371 73 22 0 114 2 112 136 74
Binary 11001100 11111001 111011 10010 0 1001100 10 1001010 1011110 111100

Color Harmonies of #CCF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF93B

Black with #CCF93B

Text Example


Text Example

White with #CCF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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