Html Css Color HEX #CCF31D Pear

📋 copy color: '#CCF31D'

red 204 ◦ green 243 ◦ blue 29

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

Shades of Pear #CCF31D

Tints of Pear #CCF31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.09%

R = 42.86%
G = 51.05%
B = 6.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#CCF31D (or 0xCCF31D) is known color: Pear. HEX triplet: CC, F3 and 1D. RGB value is (204,243,29). Sum of RGB (Red+Green+Blue) = 204+243+29=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31D is #330CE2. Grayscale: #CFCFCF. Windows color (decimal): -3345635 or 1962956. OLE color: 1962956.

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

Color convert

RGB 204 243 29 -
CMYK 0.16 0 0.88 0.05
HSL 70.93º 0.9% 0.53% -
HSV(B) 70.93º 0.88% 0.95% -
XYZ 57.17 77.03 13.02 -
YUV 206.94 27.58 125.9 -
System Red Green Blue C M Y K H S L
Decimal 204 243 29 0.16 0 0.88 0.05 70.93 0.9 0.53
Hex CC F3 1D 10 0 58 5 47 5A 35
Octal 314 363 35 20 0 130 5 107 132 65
Binary 11001100 11110011 11101 10000 0 1011000 101 1000111 1011010 110101

Color Harmonies of #CCF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF31D

Black with #CCF31D

Text Example


Text Example

White with #CCF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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