Html Css Color HEX #CFE955 Mindaro

📋 copy color: '#CFE955'

red 207 ◦ green 233 ◦ blue 85

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

Shades of Mindaro #CFE955

Tints of Mindaro #CFE955

RGB

 RED value IS 207 (81.25% from 255) = 39.43%

 GREEN value IS 233 (91.41% from 255) = 44.38%

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 39.43%
G = 44.38%
B = 16.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#CFE955 (or 0xCFE955) is known color: Mindaro. HEX triplet: CF, E9 and 55. RGB value is (207,233,85). Sum of RGB (Red+Green+Blue) = 207+233+85=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE955 is #3016AA. Grayscale: #D0D0D0. Windows color (decimal): -3151531 or 5630415. OLE color: 5630415.

HSL color Cylindrical-coordinate representation of color #CFE955: hue angle of 70.54º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFE955 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 85 -
CMYK 0.11 0 0.64 0.09
HSL 70.54º 0.77% 0.62% -
HSV(B) 70.54º 0.64% 0.91% -
XYZ 56.51 72.2 19.55 -
YUV 208.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 207 233 85 0.11 0 0.64 0.09 70.54 0.77 0.62
Hex CF E9 55 B 0 40 9 47 4D 3E
Octal 317 351 125 13 0 100 11 107 115 76
Binary 11001111 11101001 1010101 1011 0 1000000 1001 1000111 1001101 111110

Color Harmonies of #CFE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE955

Black with #CFE955

Text Example


Text Example

White with #CFE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE955; }

 p { color: rgb(207,233,85); }

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

background-color css

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

 a { background-color: rgb(207,233,85); }

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

border-color css

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

 span { border-color: rgb(207,233,85); }

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