Html Css Color HEX #CCF827 Pear

📋 copy color: '#CCF827'

red 204 ◦ green 248 ◦ blue 39

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

Shades of Pear #CCF827

Tints of Pear #CCF827

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.51%

 BLUE value IS 39 (15.63% from 255) = 7.94%

R = 41.55%
G = 50.51%
B = 7.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CCF827 (or 0xCCF827) is known color: Pear. HEX triplet: CC, F8 and 27. RGB value is (204,248,39). Sum of RGB (Red+Green+Blue) = 204+248+39=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 39 (15.62% from 255 or 7.94% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF827 is #3307D8. Grayscale: #D3D3D3. Windows color (decimal): -3344345 or 2619596. OLE color: 2619596.

HSL color Cylindrical-coordinate representation of color #CCF827: hue angle of 72.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF827 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 39 -
CMYK 0.18 0 0.84 0.03
HSL 72.63º 0.94% 0.56% -
HSV(B) 72.63º 0.84% 0.97% -
XYZ 58.84 80.12 14.28 -
YUV 211.02 30.92 122.99 -
System Red Green Blue C M Y K H S L
Decimal 204 248 39 0.18 0 0.84 0.03 72.63 0.94 0.56
Hex CC F8 27 12 0 54 3 49 5E 38
Octal 314 370 47 22 0 124 3 111 136 70
Binary 11001100 11111000 100111 10010 0 1010100 11 1001001 1011110 111000

Color Harmonies of #CCF827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF827

Black with #CCF827

Text Example


Text Example

White with #CCF827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF827; }

 p { color: rgb(204,248,39); }

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

background-color css

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

 a { background-color: rgb(204,248,39); }

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

border-color css

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

 span { border-color: rgb(204,248,39); }

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