Html Css Color HEX #CBF093 Reef

📋 copy color: '#CBF093'

red 203 ◦ green 240 ◦ blue 147

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

Shades of Reef #CBF093

Tints of Reef #CBF093

RGB

 RED value IS 203 (79.69% from 255) = 34.41%

 GREEN value IS 240 (94.14% from 255) = 40.68%

 BLUE value IS 147 (57.81% from 255) = 24.92%

R = 34.41%
G = 40.68%
B = 24.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#CBF093 (or 0xCBF093) is known color: Reef. HEX triplet: CB, F0 and 93. RGB value is (203,240,147). Sum of RGB (Red+Green+Blue) = 203+240+147=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF093 is #340F6C. Grayscale: #DADADA. Windows color (decimal): -3411821 or 9695435. OLE color: 9695435.

HSL color Cylindrical-coordinate representation of color #CBF093: hue angle of 83.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBF093 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 147 -
CMYK 0.15 0 0.39 0.06
HSL 83.87º 0.76% 0.76% -
HSV(B) 83.87º 0.39% 0.94% -
XYZ 61.06 77.12 39.27 -
YUV 218.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 203 240 147 0.15 0 0.39 0.06 83.87 0.76 0.76
Hex CB F0 93 F 0 27 6 54 4C 4C
Octal 313 360 223 17 0 47 6 124 114 114
Binary 11001011 11110000 10010011 1111 0 100111 110 1010100 1001100 1001100

Color Harmonies of #CBF093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF093

Black with #CBF093

Text Example


Text Example

White with #CBF093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF093; }

 p { color: rgb(203,240,147); }

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

background-color css

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

 a { background-color: rgb(203,240,147); }

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

border-color css

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

 span { border-color: rgb(203,240,147); }

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